-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Just finished doing a make buildworld and make installworld. Everything seems to be up and running fine except I get this error in dmesg/startup:
# dmesg -a <snip> sendmail /usr/libexec/ld-elf.so.1: Shared object "libmysqlclient.so.10" not found Sendmail works fine (the fact that you're reading this is proof) after I: #cd /etc/mail #make start I think...hrm...missing library. So I do: #ldconfig -r <snip> 84:-lmysqlclient.10 => /usr/local/lib/mysql/libmysqlclient.so.10 so the library is there, but it seems it's not seeing it at startup. I've done a pretty extensive google search and I've found a few occurances of this. There are only two types of replies: nothing, or the poster is told to check /etc/ld.so.conf and add the location of the lib to that file. Unfortunately, I don't have a /etd/ld.so.conf and creating it does nothing. I only have /var/run/ld.so.hints and that appears to be a binary. Can anyone help me fix this? ........................................... Randomly Generated Quote: Who is 'General Failure' and why is he reading my disk? Mike Loiterman PGP Key 0xD1B9D18E http://www.ascendency.net -----BEGIN PGP SIGNATURE----- Version: PGP 7.0.4 Comment: Message digitally signed by Mike Loiterman iQA/AwUBPdamsWjZbUnRudGOEQLbrQCffCEgGGwGAOmwGw/0lMGlvVqx6XkAoKBh Xe5QTiNGMbQZ87tgWfozMGMO =Cv3/ -----END PGP SIGNATURE----- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
