Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Mar 2007 13:27:29 -0600
From:      "illoai@gmail.com" <illoai@gmail.com>
To:        "Drew Jenkins" <drewjenkinsjr@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Setting Env
Message-ID:  <d7195cff0703071127p4bc7f7f7u312ded5e1e7db149@mail.gmail.com>
In-Reply-To: <490012.3649.qm@web62204.mail.re1.yahoo.com>
References:  <490012.3649.qm@web62204.mail.re1.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 06/03/07, Drew Jenkins <drewjenkinsjr@yahoo.com> wrote:
> Don Hinton wrote:
>
> ># ldconfig -aout -f /etc/ld.so.conf /usr/local/lib/mysql/
> >
> >will create it for you.  man ldconfig for more info...
>
> Well, that created a binary, but when I rebooted...nothing. Same problem :(

The command should be
# ldconfig -m /usr/local/lib/mysql

The file is not /etc/ld.so.conf, nor does this file exist on
the default install of freebsd, but rather /var/run/ld.so.hints.

Also, the -aout flag would likely confuse things even further, unless
we were running a very old version of freebsd.

-- 
--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d7195cff0703071127p4bc7f7f7u312ded5e1e7db149>