I'm working on getting Gallery setup, here are the system specs;
HP-UX 11.11
Apache 2
PHP 4.2
Gallery 1.3.1
NetPBM 10.6
-I'm stuck on the setup trying to get NetPBM configured on my box. It complains that libnetpbm.so.10 does not exist. I've done a find for libnet* and sure enough, nothing around. I downloaded the source from sourceforge.
I've installed pre-compiled binaries of NetPBM, but it's version 9.1... setup complains it is missing several files... imagine it's beacuse of the older ver.
A search of the FAQ, Web and forums hasn't helped. I'll check with NetPBM folks to see if I can get assistance. Just hoping someone here may have an ideal.
Thanks!
Posts: 2
Here's the info from make when I got to compile it;
hpux:/tmp/netpbm-10.6 # gmake
gmake -C lib/ -f /tmp/netpbm-10.6//lib/Makefile
SRCDIR=/tmp/netpbm-10.6 BUILDDIR=/tmp/netpbm-10.6 all
gmake[1]: Entering directory `/tmp/netpbm-10.6/lib'
cc -shared -Wl,-soname,libnetpbm.so.10 -o libnetpbm.sl.10.6 libpm.o bitio.o colo
rname.o libpbm1.o libpbm2.o libpbm3.o libpbm4.o libpbm5.o libpgm1.o libpgm2.o li
bppm1.o libppm2.o libppmcmap.o libppm4.o libppm5.o libppmfloyd.o libpnm1.o libpn
m2.o libpnm3.o libpam.o libpammap.o util/shhopt.o util/nstring.o
-lc
/usr/ccs/bin/ld: Can't open libnetpbm.so.10
/usr/ccs/bin/ld: No such file or directory
collect2: ld returned 1 exit status
gmake[1]: *** [libnetpbm.sl.10.6] Error 1
gmake[1]: Leaving directory `/tmp/netpbm-10.6/lib'
gmake: *** [lib/all] Error 2
Posts: 487
As a first guess, I would say try adding '-L.' to add the curent
directory to your library search path. I didn't have any trouble
compiling it under Linux, although getting a working rpm spec file
was a pain in the arse with their non-standard build process.