[Sqlrelay-discussion] Build error of 0.39.2
Brought to you by:
mused
|
From: Henning M. <hm...@mi...> - 2007-08-15 16:28:56
|
Hi
I'm trying to build 0.39.2 on a RHEL3ES
But it fail's and I need a tip to what it is.
***** Summary ***********************************************
Version : 0.39.2
APIs : C/C++ yes Perl yes
Python yes Ruby yes
PHP yes Java no
TCL yes Zope no
Connections : Oracle8 no MySQL no
PostgreSQL dynamic SQLite dynamic
FreeTDS no Sybase no
ODBC no DB2 dynamic
Firebird no MDB Tools no
*************************************************************
If you expected a Connection or API that doesn't show up in the Summary
then the configure script probably couldn't find a package it needed to
build it. You can manually specify package locations using command line
options.
Type: configure --help for a list of options.
Thanks to MP3.com for sponsoring:
Clustered/Replicated database support.
Perl API.
Thanks to FeedLounge for sponsoring:
Query routing and filtering.
[root@xxx sqlrelay-0.39.2]# make
make -C src all
make[1]: Entering directory `/usr/src/redhat/BUILD/sqlrelay-0.39.2/src'
make -C util all
make[2]: Entering directory `/usr/src/redhat/BUILD/sqlrelay-0.39.2/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 -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 -c cmdline.C -fPIC -DPIC -o .libs/cmdline.o
cmdline.C: In member function `void cmdline::setId()':
cmdline.C:20: `getValue' undeclared (first use this function)
cmdline.C:20: (Each undeclared identifier is reported only once for each
function it appears in.)
make[2]: *** [cmdline.lo] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/sqlrelay-0.39.2/src/util'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/sqlrelay-0.39.2/src'
make: *** [all] Error 2
- Henning
|