Xymon Mailing List Archive search

Problem while builing xymon 4.3.0 beta 2 client on Solaris 10, also AIX6.1-P6

list Stefan van der Walt
Wed, 21 Jul 2010 14:36:04 +0200
Message-Id: <user-be0aa6818e4d@xymon.invalid>

I'm having the same error:
AIX6.1, Power 6
Can't find any relevant info on this, anyone have any ideas?

gmake[1]: Entering directory `/home/hobbit/xymon-4.3.0-beta2/hobbitd'
gcc -o ../client/hobbitd_client  hobbitd_client.o    hobbitd_worker.o
hobbitd_buffer.o client_config.o ../lib/hobbit      client.a -L/usr/lib
-lpcre
ld: 0711-317 ERROR: Undefined symbol: .locator_init
ld: 0711-317 ERROR: Undefined symbol: .locator_register_server
ld: 0711-317 ERROR: Undefined symbol: .locator_serverup
ld: 0711-317 ERROR: Undefined symbol: .locator_serverdown
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
gmake[1]: *** [../client/hobbitd_client] Error 1
gmake[1]: Leaving directory `/home/hobbit/xymon-4.3.0-beta2/hobbitd'
gmake: *** [hobbitd-client] Error 2
bash-3.2#

On 1 February 2010 11:58, <user-8ef86baafd7d@xymon.invalid> wrote:
Hello,

When I try to compile the client with gmake -s or gmake, even if I use
command line I have the following result.
I had some problems to compile the server but not this one :

Could you help me ?

Regards,

Fred.

root at t10admin # CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT
 -DSunOS -I. -I`pwd`/include -DCLIENTONLY=1 -lrt -DLOCALCLIENT=1
-I/usr/local/include" LDFLAGS="" RPATHOPT="" RRDDEF="" RRDINCDIR=""
PCREINCDIR="-I/usr/local/include" NETLIBS="-lresolv -lsocket -lnsl"
RRDLIBS="" PCRELIBS="-L/usr/local/lib -lpcre" BBTOPDIR="/export/xymon"
BBHOME="/export/xymon/client" BBVAR="" BBLOGDIR="" BBHOSTNAME=""
BBHOSTIP="10.92.1.4" BBHOSTOS="" BBUSER="bigb" CGIDIR="" SECURECGIDIR=""
BBHOSTURL="" BBCGIURL="" SECUREBBCGIURL="" MAILPROGRAM=""mailx""
RUNTIMEDEFS="" INSTALLWWWDIR="/export/xymon/client/www"
INSTALLETCDIR="/export/xymon/client/etc" gmake -C hobbitd client
gmake: Entering directory
`/home/bourdon/xymon/xymon-4.3.0-beta2-client/hobbitd'
gcc -o ../client/hobbitd_client  hobbitd_client.o    hobbitd_worker.o
hobbitd_buffer.o client_config.o ../lib/hobbitclient.a -L/usr/local/lib
-lpcre -lresolv -lsocket -lnsl -lrt
Symbole                 première référence
 non défini                        dans le fichier
locator_init                        hobbitd_worker.o
locator_register_server             hobbitd_worker.o
locator_serverup                    hobbitd_worker.o
locator_serverdown                  hobbitd_worker.o
ld: fatal :  Erreurs dans le référencement des symboles. Aucun résultat
n'a été écrit dans ../client/hobbitd_client
collect2: ld returned 1 exit status
gmake: *** [../client/hobbitd_client] Error 1
gmake: Leaving directory
`/home/bourdon/xymon/xymon-4.3.0-beta2-client/hobbitd'