Subject: re: mysql pkg
To: matthew green <mrg@eterna.com.au>
From: Tom T. Thai <tomthai@future.net>
List: current-users
Date: 11/14/1998 15:34:29
and the package doesn't to link to the libs in /usr/pkg/lib/mysql. for
example, executing any of the mysql bin gives this error:
# /usr/pkg/bin/mysqladmin shutdown
/usr/libexec/ld.so: mysqladmin: libmysqlclient.so.321.33: No such file or
directory
.............. ....................................
Thomas T. Thai Infomedia Interactive Communications
tom@iic.net TEL 612.376.9090 * FAX 612.376.9087
On Sat, 14 Nov 1998, matthew green wrote:
>
> >System may be under load. Waiting for mysqld to start...
> >mysqld demon is not responding. Please try to start it manually with
> >/usr/pkg/libexec/mysqld --skip-grant --log
>
> I get this horking, too. I just happened to be building mysql on my alpha
> tonight..
>
>
> try doing this at `make install' time:
>
> # env LD_LIBRARY_PATH=/usr/pkg/lib/mysql make install
>
> as the mysql package links with libraries that are installed into
> /usr/pkg/lib/mysql but does *not* use -R on them! or something,
> i forget :)
>