Gossamer Forum
Home : Gossamer Threads Inc. : Discussion :

Mod_perl setup problems for Links SQL and Gforum

Quote Reply
Mod_perl setup problems for Links SQL and Gforum
I've followed the mod_perl setup read me for Gforum and Links SQL but when I do an apachectl configtest I receive this

Preloading Links SQL scripts into mod_perl:
. . . . . .
All scripts compiled and loaded ok!


Preloading Gossamer Forum modules into mod_perl:
. . . . . . . . . . .
All modules loaded ok!
Compiling all functions ...Ambiguous call resolved as CORE::open(), qualify as such or use & at GT::SQL::File::log line 147.
All modules compiled and loaded ok!

Syntax OK
Max
The one with Mac OS X Server 10.4 :)

Last edited by:

maxpico: Aug 31, 2002, 1:10 AM
Quote Reply
Re: [maxpico] Mod_perl setup problems for Links SQL and Gforum In reply to
I received the same a while back. The problem seems to be because in GT::SQL::File there is a subroutine called sub open and the perl function open() is used in several other places and so to tell perl that you want to use the built-in function you need to change occurances of "open" to CORE::open

However this only seems to happen when loading GForum and Links SQL together (AFAIK).

Last edited by:

Paul: Aug 31, 2002, 2:13 AM
Quote Reply
Re: [Paul] Mod_perl setup problems for Links SQL and Gforum In reply to
OK...
But is this a bug? Should it be fixed?
Max
The one with Mac OS X Server 10.4 :)
Quote Reply
Re: [maxpico] Mod_perl setup problems for Links SQL and Gforum In reply to
I'm not sure as I never got a reply. Looking at my original post it seems to be GForum related and not links sql

http://gossamer-threads.com/...s%20mod_perl;#210522
Quote Reply
Re: [Paul] Mod_perl setup problems for Links SQL and Gforum In reply to
Ok I've replied to this post in Gforum in a hope of a reply...
Max
The one with Mac OS X Server 10.4 :)