compiling libxpm for fluxbox slits
hey, i don't have too much experience compiling programs and whatnot and i'm having some problems with getting dockapps to work. trying to install a coupel dockapps it seems as if i need a library called libxpm. so i installed the libxpm stuff that came on the mandrake iso's, but that doesn't seem to cut it. so i went and tried to download libxpm to compile but i get all sorts of errors like:
installing in ./lib...
make[1]: Entering directory `/home/akropp/Documents/programs_rpms/xpm-3.4g/lib'
Makefile:1153: warning: overriding commands for target `llib-lXpm.ln'
Makefile:1100: warning: ignoring old commands for target `llib-lXpm.ln'
Makefile:1171: warning: overriding commands for target `lint'
Makefile:1144: warning: ignoring old commands for target `lint'
Makefile:1173: warning: overriding commands for target `lint1'
Makefile:1146: warning: ignoring old commands for target `lint1'
install -m 0444 -m 0755 libXpm.so.4.7 /usr/X11R6/lib
install: cannot create regular file `/usr/X11R6/lib/libXpm.so.4.7': Permission denied
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/akropp/Documents/programs_rpms/xpm-3.4g/lib'
make: *** [install] Error 2
and
make[1]: Entering directory `/home/akropp/Documents/programs_rpms/xpm-3.4g/lib'
Makefile:1153: warning: overriding commands for target `llib-lXpm.ln'
Makefile:1100: warning: ignoring old commands for target `llib-lXpm.ln'
Makefile:1171: warning: overriding commands for target `lint'
Makefile:1144: warning: ignoring old commands for target `lint'
Makefile:1173: warning: overriding commands for target `lint1'
Makefile:1146: warning: ignoring old commands for target `lint1'
install.man in lib done
make[1]: Leaving directory `/home/akropp/Documents/programs_rpms/xpm-3.4g/lib'
installing man pages in ./sxpm...
make[1]: Entering directory `/home/akropp/Documents/programs_rpms/xpm-3.4g/sxpm'
install -c -m 0444 sxpm._man /usr/X11R6/man/man1/sxpm.1x
install: cannot create regular file `/usr/X11R6/man/man1/sxpm.1x': Permission denied
make[1]: *** [install.man] Error 1
make[1]: Leaving directory `/home/akropp/Documents/programs_rpms/xpm-3.4g/sxpm'
make: *** [install.man] Error 2
the readme said to do "xmkmf" then "make Makefiles" then "make includes" then "make depend". i did those and i dind't see any blatant errors (i.e. "ERROR"). but when i did the make install and make install.man i got those errors.
can anyone maybe help me get this set up? i'd really appreciate it
|