how to compile apache with out depending on the mechine name (UNIX)

2006-07-16 Thread Meir Yanovich


Hello all
im compiling apache 1.3 from source like this : 
sh -c 'CC=cc CFLAGS=-g -mt -xcode=pic32 -xarch=v9 -KPIC  ./configure
--prefix=/bld/myPlace/Run/apache --enable-module=so
--enable-module=most --enable-shared=max --enable-rule=SHARED_CORE
--enable-rule=SHARED_CORE'
and its working just fine and the apache is working BUT when I take the
apache binaries to different unix account 
it still looking for paths from my old account =/bld/myPlace/Run/apache
even that I did changed in the httpd.conf
how can I compile it to be path / machine independent?

Thanks


core dump in apache 1.3.2.7

2006-03-26 Thread Meir Yanovich








Hello
all 

I
compiled the apache in SunOs box with forth compiler 

when
I run it inside the debugger ( sunstudio ) its working fine 

but
when I run it outside the debugger it gives me core dump . the out put is : 





does the functions _FieldInfo  or  ParseCertificate rings aball ? 



[EMAIL PROTECTED] ([EMAIL PROTECTED]) terminated by signal ILL (illegal opcode)

0xfeb1be78: J453_FieldInfo+0x0004:
unimp 0x0

(dbx) where

current thread: [EMAIL PROTECTED]

 [1] 0xfeb1be78(0x124f80,
0xfecbae68, 0xfecce331, 0x4b0, 0x0, 0x0), at 0xfeb1be77

 [2] OX509ParseCertificate(0x12a558, 0xfecf659c,
0xfe981918, 0x0, 0x20, 0xfe981918), at 0xfe982420

 [3] 0xfeb28390(0xe1bc8, 0x0,
0xfeb28274, 0xfeb28274, 0xfeb28274, 0xe1bc8), at 0xfeb2838f

 [4] 0xfeb53310(0xe1bc8, 0x0,
0x0, 0x0, 0x0, 0x0), at 0xfeb5330f

(dbx) threads

 [EMAIL PROTECTED]
a [EMAIL PROTECTED] ?() LWP suspended in _so_accept()

 [EMAIL PROTECTED]
b [EMAIL PROTECTED] ?() LWP suspended in _door_return()

o [EMAIL PROTECTED] b
[EMAIL PROTECTED] ?() signal SIGILL in ?()

 [EMAIL PROTECTED]
a [EMAIL PROTECTED] _start() sleep on 0x1f0478 in __lwp_park()

 [EMAIL PROTECTED]
b [EMAIL PROTECTED] door_create_func() LWP suspended in _door_return()

 [EMAIL PROTECTED]
a [EMAIL PROTECTED] _start() LWP suspended in _poll()

 [EMAIL PROTECTED]
a [EMAIL PROTECTED] _start() sleep on 0x1fa6f0 in __lwp_park()

 [EMAIL PROTECTED]
a [EMAIL PROTECTED] _start() LWP suspended in _poll()

 [EMAIL PROTECTED]
a [EMAIL PROTECTED] _start() LWP suspended in _poll()

 [EMAIL PROTECTED]
a [EMAIL PROTECTED] _start() LWP suspended in _poll()

 [EMAIL PROTECTED]
b [EMAIL PROTECTED] Execute() LWP suspended in _poll()

(dbx)



Thanks
allot 





Regards