Hopefully someone on this list can help, I've searched for the past 3 hours trying to figure out how to compile the calendar.so for php4 in Debian Linux. I have someone that created a project on windows and for him it was as simple as enableing the calendar.dll, we need to host what he did on our Linux server.
I installed the php4 debian package, and installed the php4-mysql debian package that put the mysql.so on my system and was able to just add the extension=mysql.so line in the php.ini file. Question is, is there a similar debian package that I can just install like a php4-calendar somewhere? If not, what would be the proper way to do it preferrably the Debian way? (btw, php and php-mysql is installed correctly and running fine)
I tried downloading the php4 source code and doing a ./configure --enable-calendar; make, but it doesn't create a calendar.so file in my ext/calendar dir like I would think it would.