Currently trying to get the server side of Zenoss installed on an AIX server 
but have been running into an issue with compiling zensocket.  I get the 
following error:

ld: 0711-317 ERROR: Undefined symbol: .getopt_long
collect2: ld returned 8 exit status

Was initially getting an error regarding the inability to find getopt.h.  So, I 
copied one from another application.  We are trying to install using 'gcc'.  
Following is the command line used (same error using the install.sh, this was 
just for testing to see if I could compile zensocket from the command line):

gcc -o zensocket -Wall -pedantic -D__GNU_LIBRARY__ -g  zensocket.c

Also tried installing using 'xlc' but received the following error:

shell> xlc -o zensocket -pedantic -D__GNU_LIBRARY__ -g  zensocket.c

"zensocket.c", line 33.22: 1506-194 (S) Incomplete type is not allowed.

A search on the net doesn't result in enough information (for me, anyway) to be 
able to fix the issue.

Has anybody been able to get the server side of zenoss installed on AIX or does 
anyone know how to fix or work-around the above errors?  Any help would be 
appreciated.




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=33410#33410

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to