Re: Compilation Problem

1999-12-10 Thread Eugene Miretskiy
Thank you very much. Enabling dynamic loading helped. Bruce Johnson wrote: > > Eugene, > > I just finished (I think) dealing with that same blamed error > about not being able to find symbol "main". Here are my notes on > how I did my build on Solaris 2.6: > > 1- Built Perl5.005.02 > a-

Re: Compilation Problem

1999-12-10 Thread Bruce Johnson
Eugene, I just finished (I think) dealing with that same blamed error about not being able to find symbol "main". Here are my notes on how I did my build on Solaris 2.6: 1- Built Perl5.005.02 a- Configure settings: No threading use Perl's malloc Nm extracts C librari

Re: Compilation Problem

1999-12-10 Thread Stas Bekman
http://perl.apache.org/guide/troubleshooting.html#Can_t_load_auto_DBI_DBI_so_ maybe ? > Stas Bekman wrote: > > > > Do you have a symlink from /usr/local/lib/libgdbm.so.2 to > > /usr/local/lib/libgdbm.so.2.x.x? replace x.x with the version that you > > have. > > > Thanks. This is exactly what

Re: Compilation Problem

1999-12-09 Thread Eugene Miretskiy
Stas Bekman wrote: > > Do you have a symlink from /usr/local/lib/libgdbm.so.2 to > /usr/local/lib/libgdbm.so.2.x.x? replace x.x with the version that you > have. > Thanks. This is exactly what was wrong. I was able to 'make' modperl, BUT make test failed: /usr/local/etc/apache_1.3.9.orig/src/

Re: Compilation Problem

1999-12-09 Thread Stas Bekman
On Thu, 9 Dec 1999, Eugene Miretskiy wrote: > Hello, > > I'm having problem compiling mod_perl_1.21 on SunOS 5.7 > > I followed instuctions in INSTALL.simple (just to see if i can compile > modperl). > I got the following error message when I tried to make modperl: > > ===> main > gcc -c -I..