Hi,
I'm running a web server on FreeBSD 4.4.
Since I need that php will support GD I had to compile php with the sources
of gd.
Now I wanted to add the analog package to review my access_logs.
but I couldn't add the analog package since I get the following error
"pkg_add: could not find package gd-1.8.4_4 !"
Now I checked the file location of the GD installation package and compared
them to my files ( which I got after the make install )
All files are at the same location besides the *.h files which the package
put under /usr/local/lib/gd and the make install puts under /usr/local/lib.
I created a sym-link to point /usr/local/lib/gd to /usr/local/lib, so I
guess now all the files are at the same place.
What can I do ? what am I doing wrong ? How can I fix this ( besides
installing the package which I don't know how it will effect the apache and
php )
Thanks
Ido