On Tue, 2009-09-22 at 08:42 -0400, Scott Lawrence wrote: > On Tue, 2009-09-22 at 11:06 +0200, Matus wrote: > > Hello > > > > i have a little problem compiling sipx from sources. > > (please move any discussion of building from source to sipx-dev list) > > > In sipXconfig it die > > during running configure on line 3744 sed: command not found > > Sed is installed, exact command which die is > > eval sed > > 'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g' > > > > I assume that "eval" is not using any shell path variables information > > no, eval uses the current environment > > > so > > without full path to sed it is not working ? After that there is also > > another > > problems like cat not found, sort not found etc. > > > > Or maybe im not using right shell for it ( im using bash ). > > > > Normal compiling is working ok ( gentoo OS ) ... > > Something about your environment is broken - hard to guess what it might > be, but I very much doubt that it is anything in the sipXecs configure > scripts.
Clearly, something is damaging the PATH that is being seen/used by ./configure at that point. It is hard to guess what might be doing so. One diagnostic technique is to execute "bash -x ./configure >out 2>err" and examine what is happening just before the first "not found" error. Dale _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
