The "dynamic library error" is a side affect. There is a file missing, or a version incompatibility.
When the Compress__Zlib program is being compiled, there is a declaration that does not exist (strlen), so it is assumed to be returning an integer. Therefore, the library does not get built. What verison of Perl is on the system? Having the compiler "running" does no help us understand if you have the required libraries and header (include) files to built the software. -- MrC ------------------------------------------------------------------------ MrC's Profile: http://forums.slimdevices.com/member.php?userid=468 View this thread: http://forums.slimdevices.com/showthread.php?t=18021 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
