Skip to Content.
Sympa Menu

sm-users - Re: [SM-Users] recast php fails

sm-users AT lists.ibiblio.org

Subject: Sourcemage Users List

List archive

Chronological Thread  
  • From: Pierre Abbat <phma AT webjockey.net>
  • To: <sm-users AT lists.ibiblio.org>
  • Subject: Re: [SM-Users] recast php fails
  • Date: Sun, 30 Mar 2003 03:18:00 -0500

On Sunday 30 March 2003 03:13, Eric Sandall wrote:
> I'm not quite sure. Your input is stored (IIRC) in
> /etc/sorcery/local/${SPELL}.
>
> The best way to do this would be to use "-r".

I tried that and it still doesn't work. I also recast abiword, which still
gives the libcrypto error though it cast successfully.

cast -n found a bunch of errors, one of which is glibc, which I'm afraid to
recast in case it makes my computer even more messed up than it is now. Last
time I cast it, I had to finish it manually.

I need to get my web server working before Monday to get out some info which
is in a database that's converted to a spreadsheet by a PHP program. How can
I get it working as fast as possible?

ldd /usr/src/php-4.3.1/sapi/cli/php results in the following:

libnsl.so.1 => /lib/libnsl.so.1 (0x40023000)
libexpat.so.0 => /usr/lib/libexpat.so.0 (0x40035000)
libpspell.so.4 => /usr/lib/libpspell.so.4 (0x4005d000)
libpspell-modules.so.1 => /usr/lib/libpspell-modules.so.1 (0x40079000)
libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x4007b000)
libm.so.6 => /lib/libm.so.6 (0x4014c000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x4016d000)
libc.so.6 => /lib/libc.so.6 (0x40175000)
libpq.so.3 => /usr/lib/libpq.so.3 (0x4027c000)
libmysqlclient.so.10 => /usr/lib/libmysqlclient.so.10 (0x40291000)
libz.so.1 => /usr/lib/libz.so.1 (0x402af000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x402c0000)
libmhash.so.2 => /usr/lib/libmhash.so.2 (0x402ed000)
libmcrypt.so.4 => /usr/lib/libmcrypt.so.4 (0x40316000)
libdl.so.2 => /lib/libdl.so.2 (0x4031c000)
libltdl.so.3 => /usr/lib/libltdl.so.3 (0x4031f000)
libgmp.so.3 => /usr/lib/libgmp.so.3 (0x40325000)
libintl.so.2 => /usr/lib/libintl.so.2 (0x40357000)
libt1.so.1 => /usr/lib/libt1.so.1 (0x40362000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x403b4000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0x40412000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x4043f000)
libgdbm.so.3 => /usr/lib/libgdbm.so.3 (0x40463000)
libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x40469000)
libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x404a3000)
libresolv.so.2 => /lib/libresolv.so.2 (0x405b9000)
libcurl.so.2 => /usr/lib/libcurl.so.2 (0x405c8000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
libcrypto.so.0.9.6 => not found

It's trying to link to two versions of libcrypto. I tried piping the list of
libraries through "xargs ldd", but found nothing else.




Archive powered by MHonArc 2.6.24.

Top of Page