On Monday 09 February 2004 09:36 pm, Andrey Kartashov wrote:
> On Mon, Feb 09, 2004 at 07:31:54PM -0600, Harlan wrote:
>
> [skpd]
>
> > > > >../src/.libs/libwwwinit.so -L/usr/local/lib/mysql -L/usr/lib
>
> [skpd]
>
> Your build process seems to be picking up mysql stuff from /usr/local/...
> as opposed to /usr/lib/..., I wonder if that's what's screwing you up here.
> On my system mysql client lib is located in /usr/lib/libmysqlclient.so.
> AFAIK /usr/ is the default place for system stuff and /usr/local is for 'I
> did it myself' stuff.
> It is possible that you have more than one mysql version installed, one in
> /usr/local and one in /usr.
>
> Here is where ebuild put mysql for me:
>
> $ which mysql
> /usr/bin/mysql
>
> $ ldd `which mysql`
>         libreadline.so.4 => /lib/libreadline.so.4 (0x40021000)
>         libncurses.so.5 => /lib/libncurses.so.5 (0x40051000)
>         libstdc++.so.5 =>
> /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.so.5 (0x4009f000)
> libmysqlclient.so.12 => /usr/lib/libmysqlclient.so.12 (0x40155000)
> libz.so.1 => /usr/lib/libz.so.1 (0x40199000)
>         libcrypt.so.1 => /lib/libcrypt.so.1 (0x401aa000)
>         libnsl.so.1 => /lib/libnsl.so.1 (0x401d7000)
>         libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x401ec000)
>         libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x4021e000)
>         libm.so.6 => /lib/libm.so.6 (0x4032c000)
>         libgcc_s.so.1 =>
> /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libgcc_s.so.1 (0x4034f000)
> libc.so.6 => /lib/libc.so.6 (0x40358000)
>         libdl.so.2 => /lib/libdl.so.2 (0x4048a000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

It looks as if you may have been correct.

I uninstalled all of mysql (some of which I had to do manually), then did 
emerge mod_php.  Mysql was the first thing installed, but everything else, 
including libwww, seems to have installed without any errors.

Thank you all for your help!!!

Harlan...


--
[EMAIL PROTECTED] mailing list

Reply via email to