[Sqlrelay-discussion] Problem compiling sqlrelay 0.49.1 in Ubuntu server 12.04.2 LTS 64bits
Brought to you by:
mused
|
From: Tomás R. M. P. <sir...@gm...> - 2013-02-10 06:13:44
|
Hi, i had problems compiling the sqlrelay the configure line is next: ./configure --with-firebird-prefix=/usr/ --with-java-prefix=/usr/local/java/jdk1.7.0_07/ The screen output is for the conifgure command is in attachament file Configure_OutPut.txt I get the next error /bin/sh ../../libtool --mode=link g++ -o sqlr-start sqlr-start.lo -L./ -lsqlrserver -L../../src/util -lsqlrutil -L/usr/local/firstworks/lib -lrudiments -pthread /lib/ -L/usr/lib/x86_64-linux-gnu -lpcre -lrt -lrt -lcrypt -ldl libtool: link: g++ -o .libs/sqlr-start .libs/sqlr-start.o -pthread /lib/ -L/usr/local/src/sqlrelay-0.49.1/src/server /usr/local/src/sqlrelay-0.49.1/src/server/.libs/libsqlrserver.so -L/usr/local/src/sqlrelay-0.49.1/src/util -L/usr/local/firstworks/lib /usr/local/src/sqlrelay-0.49.1/src/util/.libs/libsqlrutil.so /usr/local/firstworks/lib/librudiments.so -L/usr/lib/x86_64-linux-gnu -lpcre -lrt -lcrypt -ldl -pthread -Wl,-rpath -Wl,/usr/local/firstworks/lib /usr/bin/ld: cannot find /lib/: File format not recognized collect2: ld returned 1 exit status make[2]: *** [sqlr-start] Error 1 make[2]: se sale del directorio «/usr/local/src/sqlrelay-0.49.1/src/server» make[1]: *** [all] Error 2 make[1]: se sale del directorio «/usr/local/src/sqlrelay-0.49.1/src» make: *** [all] Error 2 I noticied from the problem for ubuntu and dash issued in the faq, i fix this follow the instruccions in the FAQ and also get the same error. Any idea to fix the compile error? |