You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Ruben Safir <ru...@mrbrklyn.com> on 2020/01/03 01:47:20 UTC

Re: Cannot load modules/Embperl.so into server: /etc/httpd/modules/Embperl.so: undefined symbol: PL_thr_key

nope - didn't work


On Wed, Dec 18, 2019 at 09:23:10AM -0800, Jim Tappe wrote:
> fyi,  I found previous thread on this problem;  it seems this was fixed in
> 2.5.0_3
> 
> http://www.embperl.org/downloads/Embperl-2.5.0_3.tar.gz
> 
> 
> On Tue, Dec 17, 2019 at 4:45 PM Jim Tappe <jt...@gmail.com> wrote:
> 
> > Hi all,
> >
> > Is anyone familiar with this error?  This is on Apache 2.4.   Please see
> > details below.
> >
> > Cannot load modules/Embperl.so into server: /etc/httpd/modules/Embperl.so:
> > undefined symbol: PL_thr_key
> >
> >
> > Is there a change in how I would compile Embperl on Apache 2.4??
> >
> > Thanks,
> > Jim
> >
> > Dec 17 21:41:11 webdevserver4 systemd[1]: Starting The Apache HTTP
> > Server...
> > -- Subject: Unit httpd.service has begun start-up
> > -- Defined-By: systemd
> > -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
> > --
> > -- Unit httpd.service has begun starting up.
> > Dec 17 21:41:11 webdevserver4 httpd[2715]: httpd: Syntax error on line 57
> > of /etc/httpd/conf/httpd.conf: Cannot load modules/Embperl.so into server:
> > /etc/httpd/modules/Embperl.so: undefined symbol: PL_thr_key
> > Dec 17 21:41:11 webdevserver4 systemd[1]: httpd.service: main process
> > exited, code=exited, status=1/FAILURE
> > Dec 17 21:41:11 webdevserver4 kill[2717]: kill: cannot find process ""
> > Dec 17 21:41:11 webdevserver4 systemd[1]: httpd.service: control process
> > exited, code=exited status=1
> > Dec 17 21:41:11 webdevserver4 systemd[1]: Failed to start The Apache HTTP
> > Server.
> > -- Subject: Unit httpd.service has failed
> > -- Defined-By: systemd
> > -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
> > --
> > -- Unit httpd.service has failed.
> > --
> > -- The result is failed.
> > Dec 17 21:41:11 webdevserver4 systemd[1]: Unit httpd.service entered
> > failed state.
> > Dec 17 21:41:11 webdevserver4 systemd[1]: httpd.service failed.
> > Dec 17 21:41:11 webdevserver4 polkitd[15697]: Unregistered Authentication
> > Agent for unix-process:2709:35781948 (system bus name :1.522, object path
> > /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C) (disconnected
> > from bus)
> >

-- 
So many immigrant groups have swept through our town
that Brooklyn, like Atlantis, reaches mythological
proportions in the mind of the world - RI Safir 1998
http://www.mrbrklyn.com 

DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002
http://www.nylxs.com - Leadership Development in Free Software
http://www2.mrbrklyn.com/resources - Unpublished Archive 
http://www.coinhangout.com - coins!
http://www.brooklyn-living.com 

Being so tracked is for FARM ANIMALS and extermination camps, 
but incompatible with living as a free human being. -RI Safir 2013


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: Cannot load modules/Embperl.so into server: /etc/httpd/modules/Embperl.so: undefined symbol: PL_thr_key

Posted by Jim Tappe <jt...@gmail.com>.
After I installed mod_perl from source, I was able to make embperl 2.5.0_4

https://perl.apache.org/docs/2.0/user/install/install.html#Downloading_the_mod_perl_Source


[root@centos-s-2vcpu-4gb-sfo2-01 Embperl-2.5.0_4]# perl Makefile.PL

Found mod_perl 2.0 <<< I think you want to see this

Build with support for Apache mod_perl?(y/n) [y]




On Thu, Jan 2, 2020 at 5:47 PM Ruben Safir <ru...@mrbrklyn.com> wrote:

> nope - didn't work
>
>
> On Wed, Dec 18, 2019 at 09:23:10AM -0800, Jim Tappe wrote:
> > fyi,  I found previous thread on this problem;  it seems this was fixed
> in
> > 2.5.0_3
> >
> > http://www.embperl.org/downloads/Embperl-2.5.0_3.tar.gz
> >
> >
> > On Tue, Dec 17, 2019 at 4:45 PM Jim Tappe <jt...@gmail.com> wrote:
> >
> > > Hi all,
> > >
> > > Is anyone familiar with this error?  This is on Apache 2.4.   Please
> see
> > > details below.
> > >
> > > Cannot load modules/Embperl.so into server:
> /etc/httpd/modules/Embperl.so:
> > > undefined symbol: PL_thr_key
> > >
> > >
> > > Is there a change in how I would compile Embperl on Apache 2.4??
> > >
> > > Thanks,
> > > Jim
> > >
> > > Dec 17 21:41:11 webdevserver4 systemd[1]: Starting The Apache HTTP
> > > Server...
> > > -- Subject: Unit httpd.service has begun start-up
> > > -- Defined-By: systemd
> > > -- Support:
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel
> > > --
> > > -- Unit httpd.service has begun starting up.
> > > Dec 17 21:41:11 webdevserver4 httpd[2715]: httpd: Syntax error on line
> 57
> > > of /etc/httpd/conf/httpd.conf: Cannot load modules/Embperl.so into
> server:
> > > /etc/httpd/modules/Embperl.so: undefined symbol: PL_thr_key
> > > Dec 17 21:41:11 webdevserver4 systemd[1]: httpd.service: main process
> > > exited, code=exited, status=1/FAILURE
> > > Dec 17 21:41:11 webdevserver4 kill[2717]: kill: cannot find process ""
> > > Dec 17 21:41:11 webdevserver4 systemd[1]: httpd.service: control
> process
> > > exited, code=exited status=1
> > > Dec 17 21:41:11 webdevserver4 systemd[1]: Failed to start The Apache
> HTTP
> > > Server.
> > > -- Subject: Unit httpd.service has failed
> > > -- Defined-By: systemd
> > > -- Support:
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel
> > > --
> > > -- Unit httpd.service has failed.
> > > --
> > > -- The result is failed.
> > > Dec 17 21:41:11 webdevserver4 systemd[1]: Unit httpd.service entered
> > > failed state.
> > > Dec 17 21:41:11 webdevserver4 systemd[1]: httpd.service failed.
> > > Dec 17 21:41:11 webdevserver4 polkitd[15697]: Unregistered
> Authentication
> > > Agent for unix-process:2709:35781948 (system bus name :1.522, object
> path
> > > /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C)
> (disconnected
> > > from bus)
> > >
>
> --
> So many immigrant groups have swept through our town
> that Brooklyn, like Atlantis, reaches mythological
> proportions in the mind of the world - RI Safir 1998
> http://www.mrbrklyn.com
>
> DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002
> http://www.nylxs.com - Leadership Development in Free Software
> http://www2.mrbrklyn.com/resources - Unpublished Archive
> http://www.coinhangout.com - coins!
> http://www.brooklyn-living.com
>
> Being so tracked is for FARM ANIMALS and extermination camps,
> but incompatible with living as a free human being. -RI Safir 2013
>
>