Menu

#6 Eroror in ./configure file for compiling with php support

open
nobody
None
5
2006-02-11
2006-02-11
No

Hi there,

I have found an errorin the ./configure file for rlib
when compiling it with php support. Basically, there is
a check for --enable-php or --disable-php which sets
the variable $enable_php to the string "yes".

Later though, this variable is compared against the
string "xyes", causing php support never to be
compiled. The solution was simple, replace "xyes" with
"yes"

Sven Oostenbrink

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.