List Info

Thread: Q about '(g)make test'




Q about '(g)make test'
user name
2006-09-24 12:20:53
Hi,

after the (g)make I normaly run the '(g)make test'.

I get the follwoing error when I run it on my sol11 box:

---
sol-expr al ~/cherokee/cherokee-0.5.5 $ gmake  test
gmake -C qa test
gmake[1]: Entering directory
`/export/home/al/cherokee/cherokee-0.5.5/qa'

./run-tests.py
PID: 10056 - ../cherokee/cherokee

module_loader.c:226: ERROR:
dlopen(/export/home/al/server/cherokee/lib/cherokee/libplugi
n_read_config.so):
ld.so.1: cherokee: fatal:
/export/home/al/server/cherokee/lib/cherokee/libplugin_read_
config.so:
open failed: No such file or directory

module_loader.c:378: ERROR: Can't open
"read_config" module

Couldn't read the config file
Basic:                                     Couldn't connect
to the server
gmake[1]: *** [test] Error 1
gmake[1]: Leaving directory
`/export/home/al/cherokee/cherokee-0.5.5/qa'
gmake: *** [test] Error 2
---

which is clear due the fact that I haven't installed
cherokee yet.

My ./configure --prefix=/export/home/al/server/cherokee

---uname -a
SunOS sol-expr 5.11 snv_40 i86pc i386 i86pc
---

Thoughts?!

Regards

Aleks
_______________________________________________
Cherokee mailing list
Cherokee0x50.org
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
Q about '(g)make test'
user name
2006-09-24 16:00:45
Aleksandar Lazic wrote:


> after the (g)make I normaly run the '(g)make test'.
> I get the follwoing error when I run it on my sol11
box:
>
> ---
> sol-expr al ~/cherokee/cherokee-0.5.5 $ gmake  test
[..]
>
> module_loader.c:378: ERROR: Can't open
"read_config" module
> ---

  Very good point. I haven't ever thought about this.

> which is clear due the fact that I haven't installed
cherokee yet.
>
> My ./configure --prefix=/export/home/al/server/cherokee
>
> ---uname -a
> SunOS sol-expr 5.11 snv_40 i86pc i386 i86pc
> ---
>
> Thoughts?!

  The first idea that comes to my mind is to compile the
server
  statically (with the following options):

    --enable-static-module=all --enable-static
--enable-shared=no

  This will make it just work, because it won't use any
plug-in file.

  However, as long as the default compilation uses plug-ins
it is not
  a proper solution, so I have committed a patch to the
development
  branch to fix it out (It's slightly hacky, but solves the
problem):

    http://www.0x5
0.org/bugs/changeset/410

  Thanks for the report Aleksandar 

-- 
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
Cherokee0x50.org
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
Q about '(g)make test'
user name
2006-09-24 16:05:45
On Son 24.09.2006 11:00, Alvaro Lopez Ortega wrote:
>Aleksandar Lazic wrote:
>
>> which is clear due the fact that I haven't
installed cherokee yet.
>>
>> My ./configure
--prefix=/export/home/al/server/cherokee
>>
>> SunOS sol-expr 5.11 snv_40 i86pc i386 i86pc
>>
>> Thoughts?!
>
>  This will make it just work, because it won't use any
plug-in file.

Thanks.

>  However, as long as the default compilation uses
plug-ins it is not a
>  proper solution, so I have committed a patch to the
development
>  branch to fix it out (It's slightly hacky, but solves
the problem):
>
>    http://www.0x5
0.org/bugs/changeset/410

Ok will look into this after the next release 

>  Thanks for the report Aleksandar 

Thanks to listen 

Regards

Aleks
_______________________________________________
Cherokee mailing list
Cherokee0x50.org
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
Q about '(g)make test'
user name
2006-09-24 16:00:45
Aleksandar Lazic wrote:


> after the (g)make I normaly run the '(g)make test'.
> I get the follwoing error when I run it on my sol11
box:
>
> ---
> sol-expr al ~/cherokee/cherokee-0.5.5 $ gmake  test
[..]
>
> module_loader.c:378: ERROR: Can't open
"read_config" module
> ---

  Very good point. I haven't ever thought about this.

> which is clear due the fact that I haven't installed
cherokee yet.
>
> My ./configure --prefix=/export/home/al/server/cherokee
>
> ---uname -a
> SunOS sol-expr 5.11 snv_40 i86pc i386 i86pc
> ---
>
> Thoughts?!

  The first idea that comes to my mind is to compile the
server
  statically (with the following options):

    --enable-static-module=all --enable-static
--enable-shared=no

  This will make it just work, because it won't use any
plug-in file.

  However, as long as the default compilation uses plug-ins
it is not
  a proper solution, so I have committed a patch to the
development
  branch to fix it out (It's slightly hacky, but solves the
problem):

    http://www.0x5
0.org/bugs/changeset/410

  Thanks for the report Aleksandar 

-- 
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
Cherokee0x50.org
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
Q about '(g)make test'
user name
2006-09-24 16:05:45
On Son 24.09.2006 11:00, Alvaro Lopez Ortega wrote:
>Aleksandar Lazic wrote:
>
>> which is clear due the fact that I haven't
installed cherokee yet.
>>
>> My ./configure
--prefix=/export/home/al/server/cherokee
>>
>> SunOS sol-expr 5.11 snv_40 i86pc i386 i86pc
>>
>> Thoughts?!
>
>  This will make it just work, because it won't use any
plug-in file.

Thanks.

>  However, as long as the default compilation uses
plug-ins it is not a
>  proper solution, so I have committed a patch to the
development
>  branch to fix it out (It's slightly hacky, but solves
the problem):
>
>    http://www.0x5
0.org/bugs/changeset/410

Ok will look into this after the next release 

>  Thanks for the report Aleksandar 

Thanks to listen 

Regards

Aleks
_______________________________________________
Cherokee mailing list
Cherokee0x50.org
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )