Komodo-edit 5 install fails FreeBSD 7.2

First I did;

Code:
portsnap fetch update

then I ran;

Code:
/usr/ports/editors/komodo-edit# make install clean

Then got the following error;

Code:
./INSTALLDIR/lib/python/bin/python2.6: /lib/obsolete/linuxthreads/libc.so.6: version `GLIBC_2.4' not found (required by ./INSTALLDIR/lib/python/bin/../lib/libpython2.6.so.1.0)
*** Error code 1


After googling I can't seem to find a solution. Anyone got any ideas or have Komodo running? This is for Perl, Python, Ruby, Tcl devel.
 
Did you update the rest of your installed ports before installing the new one?
 
I just upgraded this system from 7.2 to 8.0 RELEASE. During the process I upgraded all ports with portupgrade -af. I tried again but still getting the same error. Anything else I can check?
 
Back
Top