This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

AIX+compilation error

Old posts that have not been replied to for several years.
Locked
l
lipiqe

AIX+compilation error

Post by lipiqe »

Hi all!

I have a problem on an AIX server...
Plz check the log:
http://www.lipiqe.hu/iamtoolame2.htm

someone can help me?
what can i do with this problem?

thx
lipiqe
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

The best thing is probably to report it as a bug to the eggdrop dev team, emailing it to bugs@eggheads.org or by using BugZilla.
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

The uptime.mod error is probably a bug. I posted to http://bugzilla.eggheads.org/ . You might want to give 1.6.17RC1 a try.

As for the second error, try this (depending on the shell you use):

bash/ksh:
export LIBPATH=/usr/local/lib:${LIBPATH}

csh/tcsh/tclsh:
setenv LIBPATH /usr/local/lib:${LIBPATH}


./configure
make iconfig (disable uptime.mod)
make static


Try that and let me know if it works (or doesn't).
Locked