Bugs item #2915566, was opened at 2009-12-16 14:59
Message generated for change (Tracker Item Submitted) made by m0p
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2915566&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Andreas Streichardt (m0p)
Assigned to: Nobody/Anonymous (nobody)
Summary: Several PHP client issues

Initial Comment:
1. I am on php 5.3.1. and the extension won't compile. This is documented here:

https://sourceforge.net/tracker/?func=detail&aid=2847738&group_id=56967&atid=482468

I hit the same bug. The bugfix is rather trivial (see attached diff)

2. The installation process is somehow completely different to the normal php 
extension installation process.

The normal process would be:

phpize
./configure
make
make install

Somehow this is different in monetdb and you need to execute some hard coded 
makefile.
There isn't much needed to fix this:

1. The config.m4 has to be modified (some old? path problems).
2. The config.h file php generates has to be included (so that 
COMPILE_DL_MONETDB is set)

php might even depend on some stuff which is not present in the hardcoded 
makefile so this seems a fragile process.

These issues have been fixed in the attached patch

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2915566&group_id=56967

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to