php4.2.3编译出错,请熟悉和编译过的朋友帮忙啊,急死了。
我的apache和mysql都装在了/home/www下,所以也将php4装在这个目录,
执行以下命令时出错。
./configure \
--prefix=/home/www/php \
--with-mysql=/home/www/mysql \
--enable-force-cgi-redirect \
--with-freetype-dir=/home \ #由于自己第一次编译,这句我就不知道意思
--with-png-dir=/home \
--with-gd --enable-gd-native-ttf \
--with-ttf \
--with-gdbm \
--with-gettext \
--with-iconv \
--with-jpeg-dir=/home \
--with-png \
--with-zlib \
--with-xml \
--enable-calendar \
--with-apxs=/home/www/apache/bin/apxs
然后出现以下错误:
checking for the location of libjpeg... yes
configure: error: libjpeg.(a|so) not found.
请各各位大哥帮帮忙啊!谢谢!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
需要安装jpeg库,ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
啊,安装jpeg出错??
[root@jiasion_linxu jpeg-6b]# make install
/usr/bin/install -c cjpeg /usr/local/bin/cjpeg
/usr/bin/install -c djpeg /usr/local/bin/djpeg
/usr/bin/install -c jpegtran /usr/local/bin/jpegtran
/usr/bin/install -c rdjpgcom /usr/local/bin/rdjpgcom
/usr/bin/install -c wrjpgcom /usr/local/bin/wrjpgcom
/usr/bin/install -c -m 644 ./cjpeg.1 /usr/local/man/man1/cjpeg.1
/usr/bin/install: cannot create regular file `/usr/local/man/man1/cjpeg.1':
No such file or directory
make: *** [install] Error 1
需要设特定的目录吗??
这怎么回事呀??
自己去建立目录