[Sqlrelay-discussion] Fwd: 0.38 compile problems... all I need is the php5.so!
Brought to you by:
mused
|
From: Jon R. <jo...@gm...> - 2006-11-21 02:24:46
|
Ok... so I'm having the hardest time compiling this thing. (I swear I'm not totally retarded, but I'm not having any luck.) Ultimately, all I want is the php5-sqlrelay.so file since the debian package doesn't seem to contain the actual file. (If someone wanted to send me a version of the php api compiled for amd64, that'd be just as cool.) Anyway... got rudiments compiled/installed just fine. But sqlrelay...? Any idea wassup? What am I missing? ------------- make -C src all make[1]: Entering directory `/usr/local/sqlrelay-0.38/src' make -C util all make[2]: Entering directory `/usr/local/sqlrelay-0.38/src/util' /bin/sh ../../libtool --mode=compile g++ -Wall -pipe -pthread -DTMP_DIR=\"/usr/local/firstworks/var/sqlrelay/tmp\" -DDEBUG_DIR=\"/usr/local/firstworks/var/sqlrelay/debug\" -DDEFAULT_CONFIG_FILE=\"/usr/local/firstworks/etc/sqlrelay.conf\" -I./ -I../../ -I../../src/common -pthread -c cmdline.C -o cmdline.lo g++ -Wall -pipe -pthread -DTMP_DIR=\"/usr/local/firstworks/var/sqlrelay/tmp\" -DDEBUG_DIR=\"/usr/local/firstworks/var/sqlrelay/debug\" -DDEFAULT_CONFIG_FILE=\"/usr/local/firstworks/etc/sqlrelay.conf\" -I./ -I../../ -I../../src/common -pthread -c cmdline.C -fPIC -DPIC -o .libs/cmdline.o cmdline.C: In member function 'void cmdline::setId()': cmdline.C:20: error: 'getValue' was not declared in this scope cmdline.C: In member function 'void cmdline::setConfig()': cmdline.C:30: error: 'getValue' was not declared in this scope cmdline.C: In member function 'void cmdline::setLocalStateDir()': cmdline.C:39: error: 'getValue' was not declared in this scope make[2]: *** [cmdline.lo] Error 1 make[2]: Leaving directory `/usr/local/sqlrelay-0.38/src/util' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/local/sqlrelay-0.38/src' make: *** [all] Error 2 ------------ Thank you so much... -- jon -- jon roig web developer http://jonroig.com |