Trouble with Embperl installing :(
Hallo. I'm trying to get Embperl running on a gentoo box. Reinstalled perl , to be without threads, reinstalled then apache(2.0.48) and mod_perl(1.99_10), when making make test with embperl build, I get this Starting httpd... Syntax error on line 26 of /usr/src/Embperl-2.0b9/test/conf/httpd.conf: Can't locate API module structure `action_module' in file /usr/lib/apache2/mod_actions.so: /usr/lib/libapr-0.so.0: undefined symbol: action_module Cannot open test/tmp/httpd.pid at test.pl line 2541. Test terminated with fatal error make: *** [test_dynamic] Error 1 I won't bother installing, because had different kinds of trouble in previous versions even if installed. How do I check, that I have perl w/o threads and what is wrong with the default build I use? Thank you in advance, googling didn't show anything useful. - Hot Mobiil - helinad, logod ja piltsõnumid! http://portal.hot.ee - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: DBIx::Recordset struggles to pass tests
On Tue, 11 Nov 2003, Terrence Brannon wrote: > Michael Gray wrote: > > >Hs anyone had any luck getting DBIx::Recordset to pass its tests using > >recent versions of perl, DBI and DBD::Oracle? > > > Angus Lees and myself have several patches for Recordset, most are > archived in the embperl mailing list. Many thanks for the pointer. I've tried Angus' debian patches, but they don't change the results in these two cases. Are there others which might help? > Hmm, I wonder what could be causing this to happen. I have only open > source databases available, or I would do some testing and patching > myself. There's no free version of Oracle for Windows is there? I run > Cygwin. Jeff's pointed out the free version. Meanwhile, I'm happy to do some delving if anyone's prepared to suggest what I should be looking for, or else I can pass on detailed logs, etc. -- Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: DBIx::Recordset struggles to pass tests
Michael Gray wrote: source databases available, or I would do some testing and patching myself. There's no free version of Oracle for Windows is there? I run Cygwin. Hmm, I wonder what could be causing this to happen. I have only open Jeff's pointed out the free version. This morning, 11 hours ago I started installing the Windows version of Oracle and it is stuck, saying "Tool Name: Oracle Database Configuration Assistant: In Progress". By now I am fairly certain the install is not going to happe Meanwhile, I'm happy to do some delving if anyone's prepared to suggest what I should be looking for, or else I can pass on detailed logs, etc. Most Recordset bugs are pretty easy to fix if you just dig into the source and the test suite, but without having a running Oracle, I am useless.
Dynamic Embperl
Hi All, Is it possible for Embperl not to use *real* files ? What I want to do is to save template files inside a DB which will have Embperl code within them - I want to be able to retrieve the templates within a perl script and then *compile* the page to produce the result. Main difference between doing this in offline mode is I dont want a inputfile and a outputfile, just a input scalar (containg the template) and a output scalar (containing the compiled page) Is this doable ? I have been looking long and hard through the previous mails but to no avail any suggestions welcome. Regards Pete Moran - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
