Re: [Sqlrelay-discussion] error compiling, FC 5, mysql 5.1
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2006-08-05 04:01:29
|
No, a symlink won't work. It's strange that there are no .so files. Maybe there's a mysql-devel rpm that you need to install as well. Dave dav...@fi... On Wed, 2006-08-02 at 10:16 -0700, Ricardo Kleemann wrote: > Hi, > > I have Fedora 5, and the mysql rpms I've installed are the ones for > 5.1 straight from mysql.com > > When I try to compile, I get the errors: > > g++: /usr/lib/mysql/libmysqlclient.so: No such file or directory > g++: /usr/lib/mysql/libz.so: No such file or directory > make[3]: *** [sqlr-connection-mysql] Error 1 > make[3]: Leaving directory > `/root/builds/sqlrelay-0.37/src/connections/mysql' > make[2]: *** [all] Error 2 > make[2]: Leaving directory > `/root/builds/sqlrelay-0.37/src/connections' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/root/builds/sqlrelay-0.37/src' > make: *** [all] Error 2 > > Here's what I have in /usr/lib/mysql: > > [root@db_mgr sqlrelay-0.37]# ls /usr/lib/mysql > libdbug.a libmysqlclient.a libmystrings.a libvio.a > libheap.a libmysqlclient.la libmysys.a libz.a > libmyisam.a libmysqlclient_r.a libndbclient.a libz.la > libmyisammrg.a libmysqlclient_r.la libndbclient.la mysqld-max.sym > > So I have libmysqlclient.a and libz.a but I don't have the .so > versions... would a simple symlink work? > > Ricardo > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ Sqlrelay-discussion mailing list Sql...@li... https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion |