[root@whitehat bin]# ./vadddomain hutchnet.com
./vadddomain: error while loading shared libraries: libmysqlclient.so.10:
cannot load shared object file: No such file or directory
[root@whitehat bin]# locate libmysqlclient.so.10
/usr/local/mysql/lib/mysql/libmysqlclient.so.10
my ./configure resulted in
auth inc = -I/usr/local/mysql/include/mysql
auth lib = -L/usr/local/mysql/lib/mysql -lmysqlclient -lz
and that is correct for the mysql install.
I also added /usr/local/mysql/lib to my ld.so.conf and re-ran ldconfig.
Still same thing.
Anyone have any ideas here?
Thanks,
Dallas