6 Sep
2013
6 Sep
'13
11:16 p.m.
Bill Schoolfield wrote:
Thanks Alan, I think I looked ever where but there....
New problem. I just built the server on a 64 bit centos box. I used:
./configure --prefix=/usr --sysconfdir=/etc
and it looks like all the libraries got placed in /usr/lib instead of /usr/lib64
Well... that's where you told it to put the libraries. There's no magic rule to say use "lib64" instead of "lib" on 64-bit systems. Fix the configure arguments to put libdir somewhere else. Alan DeKok.