Thanks, my English in last post was terrible and I didn't make much sense?!
I got (overly) confused with the error it was throwing out. Anyway, in the end I simply altered Makefile to look for *.so instead of *.a :
instead of :Code:LIBZA = /usr/lib/libz.so.1.2.3.4 LIBUCLA = /usr/lib/libucl.so.1.0.0
Code:LIBZA = /usr/lib/libz.a LIBUCLA = /usr/lib/libucl.a


8Likes
LinkBack URL
About LinkBacks





I've tried the patch - it still doesn't use the 32bit libs and is stopping while trying to find lib***.a (when I boot it again I'll post some logs). I've tried to use the pre-compiled source of 0.4.4 version but I can't figure out how to set the paths manualy as I can't use the make install script. The packer is runing standalone (when I'm in the same dir) but where does it has to be placed (/usr/local/ps2dev/ps2-packer ?) and are there any other steps? Thanks in advance and long live the OPL
!
