9 Nov
2005
9 Nov
'05
12:10 a.m.
You're using Jeremy's version right? Hmmm.. maybe my repositories could help you to keep some ports up-to-date.
Yes.
http://crux.danm.de/files/base64.httpup http://crux.danm.de/files/opt64.httpup
I'll give them a go.
You'll probably get error messages like this:
----------snip---------- $ pkgadd -u imlib#1.9.15-1.pkg.tar.gz usr/lib64/libImlib.a usr/lib64/libImlib.la [..] pkgadd: listed file(s) already installed (use -f to ignore and overwrite) ----------snap----------
This happens, because /usr/lib is a symlink to --> /usr/lib64. Jeremy installed all libraries into /usr/lib. I decided to avoid /usr/lib and installed the files to */lib{64,32} instead of */lib.
bye, danm
Thanks, Joe