Trying to make libjpeg... The make has failed

JdS

Verified User
Joined
Dec 10, 2005
Messages
6
Location
KUL, Malaysia
Earlier today I received my server and the first thing I noticed is that httpd was not running.

Going through /var/log/messages
Code:
Apr 29 02:29:01 da httpd: httpd startup failed
Apr 29 02:29:11 da httpd: httpd shutdown failed
Apr 29 02:29:11 da httpd: Syntax error on line 81 of /etc/httpd/conf/httpd.conf:
Apr 29 02:29:11 da httpd: Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: cannot open shared object file: No such file or directory

Since it's already the weekend (when I logged in for the first time) and I don't expect a quick response from my web host, I decided to update and compile Apache and PHP myself. This page has more information of what I usually follow: http://help.directadmin.com/item.php?id=26

A little while after, the script halts with:

Code:
File already exists:    jpegsrc.v6b.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./build: line 1702: cd: jpeg-6b: No such file or directory
./build: line 1704: ./configure: No such file or directory
Trying to make libjpeg...
make: *** No rule to make target `libjpeg.a'.  Stop.

*** The make has failed, do you want to try to make again? (y,n):

My gzip version: gzip 1.3.3
My tar version: tar (GNU tar) 1.14

Does anyone have a suggestion for me?

Thank you.
 
Last edited:
I am happy to say that simply deleting the archive (jpegsrc.v6b.tar.gz) and forcing the script to download a new copy, fixed this.

:)
 
Last edited:
Back
Top