Hi,
I installed gallery, everything is fine - exept the fact that I cant find the error in uploading pictures.
Gallery is installed in http://www.muppse.de/mail/gallery
Debug Mode tells me:
Quote:
Processing status...
- Adding logojuni01HW.jpg
Executing:
/Local/Library/WebServer/WebSites/www.muppse.de/mail/netpbm/jpegtopnm /Local/Library/WebServer/WebSites/www.muppse.de/albums/test/logojuni01HW.jpg | /Local/Library/WebServer/WebSites/www.muppse.de/mail/netpbm/pnmfile --allimages
Results:
none
Error messages:
dyld: /Local/Library/WebServer/WebSites/www.muppse.de/mail/netpbm/jpegtopnm can't open library: /usr/lib/libSystem.B.dylib (No such file or directory, errno = 2)
dyld: /Local/Library/WebServer/WebSites/www.muppse.de/mail/netpbm/pnmfile can't open library: /usr/lib/libSystem.B.dylib (No such file or directory, errno = 2)
Status: 60 (expected 0)
Error: Invalid image: logojuni01HW.jpg!
Need help? Look in the Gallery FAQ
When I run the Netpbm-Checker, it tells me on every binary:
...
Error Status 60 (Expecting status 0)
The other problem is, that I cant find /usr/lib/libSystem.B.dylib (like gallery :smile: )
I am new to php and gallery, so please excuse if this question is stupid. I cant see the Apache_errorlog to look for further information.
Thank you very much in advance,
Jens
Posts: 7994
I don't have any MacOSX experience, but it looks like your NetPBM binaries are dynamically linked and are expecting a shared library which doesn't exist on your machine.
Where did you get your NetPBM binaries from?
-Bharat
Posts: 3
Thank you for your help!
From right here. I downloaded the pre-compiled version for Mac OS X.
Posts: 7994
Hm. That's not good; I thought the MacOS X binaries we provided were statically linked. Unfortunately I don't have access to a MacOS X machine to do compiles on. Perhaps somebody can create a statically compiled distribution of NetPBM for that platform?
Posts: 487
Or, alternatively, you can probably compile them yourself under OSX.
It includes development tools after all.
Posts: 3
I will look for an howto or somewhat else instructions to do this and will try to compile them.
If this should work, who gets the precompiled code?
Posts: 487
Well, be sure you compile them statically. And the person to send them to
would be Bharat I believe, or provide him a link to them anyhow. It would
be good to test them first :wink: