|
I did that now with version PP 4.8d and jhead 2.2.
When I type the command "make" and hit return I get the folowing in SSH:
--------------
cc -O3 -Wall -c jhead.c -o jhead.o
cc -O3 -Wall -c jpgfile.c -o jpgfile.o
cc -O3 -Wall -c exif.c -o exif.o
cc -O3 -Wall -c makernote.c -o makernote.o
cc -o jhead ./jhead.o ./jpgfile.o ./exif.o ./makernote.o -lm
-------------------
The result is a directory on my server called jhead-2.2 with different jhead files in it.:
exif.c
exif.o
jhead
jhead.1.gz
jhead.c
jhead.h
jhead.o
jpegfile.c
jpegfile.o
make.bat
makefile
makefile-win32
makernote.c
makernote.o
myglob.c
I set all to 777
in admin menu edit config I set the path to that directory. I also tried it with the path to the jhead file without any extension within the directory. I rescanned with exif option - no success
Doe this jhead directory has to be installed within the directory of the photopost installation?
I use linux server, dedicated server but no root access. But I have shell access and the commands you gave me worked (although I use tar -xzvf instead of gunzip)
Last edited by snoopy5; July 6th, 2004 at 04:30 PM.
|