Also as a note on FreeBSD.

You should copy the ldconfig_paths out of your /etc/defaults/rc.conf and
paste it into your /etc/rc.conf then add the line to the end of string.
Mine looks like this:

ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib
/usr/local/lib/mysql"

This will make sure the path is loaded on boot should your server crash
or lose power.

BEWARE!! Make sure you copy the full line from out of the
/etc/defaults/rc.conf.  The /etc/rc.conf overrides any of the variables
in the /etc/default/rc.conf.  If you do not copy the full line you could
get stuck in single user mode using 'ed' to fix the mistake.  Big Pain
:(

Joe

-----Original Message-----
From: Dan Phoenix [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 13, 2001 6:08 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: mysql + vpopmail problem




you have to be more elaborate in future for people to help you
we don;t evenknow what OS your on....
anyways

freebsd ldconfig -m /usr/local/mysql/lib/mysql
should work
linux
edit /etc/ld.so.conf i beleive add that line
ldconfig


provide details!



On Tue, 13 Mar 2001 [EMAIL PROTECTED] wrote:

> Date: Tue, 13 Mar 2001 20:07:47 EST
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subject: Re: mysql + vpopmail problem
> 
> im a little lost from that, all i know is that in that long funny
looking directory
> /usr/local/mysql/lib/mysql
> is the file libmysqlclient.so.10
> and when I run vadddomain, I get that error saying it cant find it.
> 

Reply via email to