Compiling DBase Extension

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rednival
Forum Newbie
Posts: 4
Joined: Tue Jul 08, 2008 11:24 am

Compiling DBase Extension

Post by rednival »

I am trying to compile the DBase extension under PHP 5.3 and I have followed the instructions I have found in several locations. I run 'make' but when it finishes, I have dbase.la and libdbase.a. I am no expert, but I believe I should have dbase.so in there as well.

What would cause the .so file to not be create? I don't receive any messages when I run make. It seems to run without issues or warning.

Trying to get this compile in AIX 5.3. Thanks.
Post Reply