|
Posted by Erwin Moller on 05/16/06 14:41
beantant@googlemail.com wrote:
> hi,
>
> i have been trying to get libjpeg working with gd & php on centos. php
> is compiled from source (with gd option) and when i try compiling
> libjpeg this happens:
>
> [root@moo jpeg-6b]# ./configure --prefix=/usr --enable-shared
> ....
> ....
> -no errors
>
> [root@moo jpeg-6b]# make
> ....
> -no errors
>
> [root@moo jpeg-6b]# make install
> /usr/bin/install -c -m 644 ./cjpeg.1 /usr/man/man1/cjpeg.1
> /usr/bin/install: cannot create regular file `/usr/man/man1/cjpeg.1':
> No such file or directory
> make: *** [install] Error 1
>
>
Judging by the path, that is just a man-page-entry that screws up.
If you are in a huury I suggest you try:
1) create a directory named /usr/man/man1
2) chmod 777
3) make it again.
4) optional: delete the directory.
Not sure, but you could try.
If PHP keeps complaining, dive into man(ual) pages setup for the
compileoptions. (Not my expertise).
Maybe you can give it somewhere the path were you store your manpages.
Good luck,
Regards,
Erwin Moller
>
>
> as i can not finish installing libjpeg, i can not specify the
> --with-jpeg-dir parameter when i configure php, so i cannot use gd's
> jpeg functions.
>
>
Navigation:
[Reply to this message]
|