php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7146 No target to make 'fdfdata.lo', needed by libmain.la
Submitted: 2000-10-11 21:37 UTC Modified: 2000-10-12 02:32 UTC
From: torben@php.net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (11/10/2000) OS: Linux Mandrake 7.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: torben@php.net
New email:
PHP Version: OS:

 

 [2000-10-11 21:37 UTC] torben@php.net
Configuration script:

./configure \
  --with-apxs=/usr/local/apache/bin/apxs \
  --with-java \
  --with-mysql \
  --with-gd \
  --with-xml \
  --with-zlib \
  --with-curl \
  --enable-versioning \
  --enable-sysvshm \
  --enable-sysvsem \
  --enable-sockets \
  --enable-shmop \
  --disable-debug

Both buildconf & configure run fine; make goes along
merrily until:

. . .
/bin/sh /home/torben/work/php4/libtool --silent --mode=compile gcc  -I. -I/home/torben/work/php4/main -I/home/torben/work/php4 -I/home/torben/work/php4/main -I/usr/local/apache/include -I/home/torben/work/php4/Zend -I/home/torben/work/php4 -I/usr/local/include -I/home/torben/work/php4/ext/mysql/libmysql -I/home/torben/work/php4/ext/xml/expat/xmltok -I/home/torben/work/php4/ext/xml/expat/xmlparse -I/home/torben/work/php4/TSRM  -DXML_BYTE_ORDER=12 -g -O2  -c rfc1867.c
make[2]: *** No rule to make target `fdfdata.lo', needed by `libmain.la'.  Stop.
make[2]: Leaving directory `/home/www/work/php4/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/www/work/php4/main'
make: *** [all-recursive] Error 1

Removing fdfdata.c from main/Makefile.in seems to fix it,
but I don't know whether this is a Good Solution.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-12 02:32 UTC] hholzgra@php.net
the fdf extension is now completely self-contained
so the fdf support files in main and some code in 
SAPI.c have gone away, i just forgot to check in the
makefile too
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jul 02 07:00:02 2026 UTC