LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Call to undefined function: gzopen() for WebSVN (https://www.linuxquestions.org/questions/linux-software-2/call-to-undefined-function-gzopen-for-websvn-217799/)

dancindoc 08-15-2004 05:08 AM

Call to undefined function: gzopen() for WebSVN
 
Hi everybody ...

I have a little problem with my WebSVN. This is a php-module for accessing my Subversion Repositories with apache.

apche an php are installed and working fine for other Extensions like phpsysinfo etc.

I had installed this WebSVN extension and configured (very easy) it for use with my repositories.

By going to http://linuxbox/WebSVN I get the start page. But by clicking on my repository I get the following error:

Fatal error: Call to undefined function: gzopen() in /srv/www/htdocs/WebSVN/include/svnlook.inc on line 132

I was searching for a reason on google. I have installed every package (including php_zlib, zlib and zlib-devel) on my SuSE 9.1 machine.

Are there any suggestions for this problem ...

Thanks ...

Steffen

lee_merrill 08-26-2004 04:41 PM

Re: Call to undefined function: gzopen() for WebSVN
 
Hi Steffen,

You need to configure php with "--with-zlib". And then stop apache, "make install" php, and then start apache (i.e. don't "make install" php, and restart apache...)

Lee


All times are GMT -5. The time now is 02:53 AM.