 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
July 21st, 2005, 05:22 PM
|
#21 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,809
|
This is the entire how to install Imagemagick and the libraries
You need to ssh into your server as root and do this just ssh access and no root would only let you do a non-root install which doesnt have png http://www.photopost.com/howtoinstall-php.html
We do install Imagemagick if a user has access but it would cost $59.00
|
| |
July 21st, 2005, 05:24 PM
|
#23 (permalink)
| | Member Verified Customer
Join Date: Apr 2004
Posts: 62
|
Hmp. Still no png.h on my system. Guess it didn't work.
|
| |
July 21st, 2005, 05:30 PM
|
#24 (permalink)
| | Member Verified Customer
Join Date: Apr 2004
Posts: 62
|
/usr/local/include/jpeglib.h exists
/usr/local/include/tiff.h exists
Can't find png.h on the system even after installing that PNG package via RPM.
|
| |
July 21st, 2005, 05:32 PM
|
#25 (permalink)
| | Member Verified Customer
Join Date: Apr 2004
Posts: 62
| |
| |
July 21st, 2005, 05:32 PM
|
#26 (permalink)
| | Member Verified Customer
Join Date: Apr 2004
Posts: 62
|
Still no png.h on the system. Argh!
|
| |
July 21st, 2005, 05:52 PM
|
#27 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,809
|
You can grab the libraries from the page I linked to you and COMPILE AND MAKE THEM
|
| |
July 21st, 2005, 05:53 PM
|
#28 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,809
|
I prefer the route instructions I gave ya over using rpm's
|
| |
July 21st, 2005, 11:11 PM
|
#29 (permalink)
| | Member Verified Customer
Join Date: Apr 2004
Posts: 62
|
I'm trying to perform the make uninstall of ImageMagick before I reinstall it, but I cannot get it to work.
|
| |
July 21st, 2005, 11:17 PM
|
#30 (permalink)
| | Member Verified Customer
Join Date: Apr 2004
Posts: 62
|
Tried to run make for the png source just like your document said and these errors came back:
[root@z06 libpng-1.0.6]# make
gcc -I../zlib -Wall -O3 -funroll-loops -c -o png.o png.c
In file included from png.c:14:
png.h:211:18: zlib.h: No such file or directory
In file included from png.h:214,
from png.c:14:
pngconf.h:850: parse error before '*' token
pngconf.h:850: warning: type defaults to `int' in declaration of `png_zcharp'
pngconf.h:850: warning: data definition has no type or storage class
pngconf.h:851: parse error before '*' token
pngconf.h:851: warning: type defaults to `int' in declaration of `png_zcharpp'
pngconf.h:851: warning: data definition has no type or storage class
pngconf.h:852: parse error before '*' token
pngconf.h:852: warning: type defaults to `int' in declaration of `png_zstreamp'
pngconf.h:852: warning: data definition has no type or storage class
In file included from png.c:14:
png.h:877: parse error before "z_stream"
png.h:877: warning: no semicolon at end of struct or union
png.h:945: `gamma' redeclared as different kind of symbol
/usr/include/bits/mathcalls.h:265: previous declaration of `gamma'
png.h:1056: parse error before '}' token
png.h:1987: parse error before "voidp"
png.h:1991: parse error before "voidp"
png.h:2282: parse error before "png_zalloc"
png.h:2282: parse error before "png_ptr"
png.h:2282: warning: type defaults to `int' in declaration of `png_zalloc'
png.h:2282: warning: data definition has no type or storage class
png.h:2285: parse error before "png_ptr"
png.c: In function `png_set_sig_bytes':
png.c:98: dereferencing pointer to incomplete type
png.c: At top level:
png.c:139: parse error before "png_zalloc"
png.c:139: parse error before "png_ptr"
png.c:140: warning: return type defaults to `int'
png.c: In function `png_zalloc':
png.c:141: `items' undeclared (first use in this function)
png.c:141: (Each undeclared identifier is reported only once
png.c:141: for each function it appears in.)
png.c:141: `size' undeclared (first use in this function)
png.c:142: `png_ptr' undeclared (first use in this function)
png.c:154: `voidpf' undeclared (first use in this function)
png.c:154: parse error before "ptr"
png.c: At top level:
png.c:159: parse error before "png_ptr"
png.c: In function `png_zfree':
png.c:161: `png_ptr' undeclared (first use in this function)
png.c:161: `ptr' undeclared (first use in this function)
png.c: In function `png_reset_crc':
png.c:170: dereferencing pointer to incomplete type
png.c:170: warning: implicit declaration of function `crc32'
png.c:170: `Z_NULL' undeclared (first use in this function)
png.c: In function `png_calculate_crc':
png.c:183: dereferencing pointer to incomplete type
png.c:185: dereferencing pointer to incomplete type
png.c:191: dereferencing pointer to incomplete type
png.c:196: dereferencing pointer to incomplete type
png.c:196: dereferencing pointer to incomplete type
png.c:196: `uInt' undeclared (first use in this function)
png.c:196: parse error before "length"
png.c: In function `png_info_destroy':
png.c:464: dereferencing pointer to incomplete type
png.c:466: dereferencing pointer to incomplete type
png.c:467: dereferencing pointer to incomplete type
png.c: In function `png_get_io_ptr':
png.c:481: dereferencing pointer to incomplete type
png.c: In function `png_init_io':
png.c:493: dereferencing pointer to incomplete type
png.c: In function `png_convert_to_rfc1123':
png.c:508: dereferencing pointer to incomplete type
png.c:510: dereferencing pointer to incomplete type
png.c:525: dereferencing pointer to incomplete type
png.c:530: dereferencing pointer to incomplete type
png.c: In function `png_handle_as_unknown':
png.c:595: dereferencing pointer to incomplete type
png.c:597: dereferencing pointer to incomplete type
png.c:597: dereferencing pointer to incomplete type
png.c:598: dereferencing pointer to incomplete type
make: *** [png.o] Error 1
|
| |
July 21st, 2005, 11:40 PM
|
#31 (permalink)
| | Member Verified Customer
Join Date: Apr 2004
Posts: 62
|
Ah, png wouldn't make or make install because zlib wasn't present. I did a make and make install on zlib, and then png make and make install worked fine. A little closer now.
|
| |
July 22nd, 2005, 12:13 AM
|
#32 (permalink)
| | Member Verified Customer
Join Date: Apr 2004
Posts: 62
|
Fixed. Thanks man.
|
| |
July 22nd, 2005, 12:15 AM
|
#33 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,809
|
No problem enjoy
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 06:06 PM. | |