You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Julian Moritz <ma...@julianmoritz.de> on 2010/04/15 23:48:34 UTC

Problem with Ubuntu, new xulrunner lib

Hi,

I've had couchdb running under ubuntu, but not with the libmozjs-dev
package installed, but configured with xulrunner. With version 1.9.1.8
it worked all fine, but with the new version 1.9.1.9 of xulrunner,
couchdb is crashing running the test suite:


[Thu, 15 Apr 2010 21:25:25 GMT] [error] [<0.11281.0>] OS Process Error
<0.14317.0> :: {os_process_error,{exit_status,127}}

[Thu, 15 Apr 2010 21:25:25 GMT] [error] [<0.11281.0>] OS Process Error
<0.14320.0> :: {os_process_error,{exit_status,127}}

I've already deleted all couchdb-related stuff and reinstalled it, but
it doesn't work, still got the error above.

I'm running for installation

D_RUN_PATH=/usr/lib/xulrunner-1.9.1.9/
./configure --with-js-lib=/usr/lib/xulrunner-devel-1.9.1.9/lib/
--with-js-include=/usr/lib/xulrunner-devel-1.9.1.9/include

make

sudo make install

What can I do now?

Regards
Julian

Re: Problem with Ubuntu, new xulrunner lib

Posted by faust 1111 <fa...@gmail.com>.
edit i means vim)
vim  /etc/ld.so.conf.d/xulrunner.conf

2010/4/16 Julian Moritz <ma...@julianmoritz.de>:
> Hi,
>
> faust 1111 schrieb:
>> Try
>> edit
>> /etc/ld.so.conf.d/xulrunner.conf
>>   /usr/lib/xulrunner-1.9.1.9/
>>   /usr/lib/xulrunner-devel-1.9.1.9/
>>
>
> got an error:
>
> root@laptop:~# edit /etc/ld.so.conf.d/xulrunner.conf
> /usr/lib/xulrunner-1.9.1.9/ /usr/lib/xulrunner-devel-1.9.1.9/
> Warning: unknown mime-type for "/etc/ld.so.conf.d/xulrunner.conf" --
> using "application/octet-stream"
> Warning: unknown mime-type for "/usr/lib/xulrunner-devel-1.9.1.9/" --
> using "application/octet-stream"
> Error: no "edit" mailcap rules found for type "application/octet-stream"
> Error: no "edit" mailcap rules found for type "application/x-troff-man"
> Error: no "edit" mailcap rules found for type "application/octet-stream"
>
>
>
> Regards
> Julian
>
>> ldconfig
>> and then reinstall couch
>>
>>
>>
>> 2010/4/16 Julian Moritz <ma...@julianmoritz.de>:
>>> Hi,
>>>
>>> I've had couchdb running under ubuntu, but not with the libmozjs-dev
>>> package installed, but configured with xulrunner. With version 1.9.1.8
>>> it worked all fine, but with the new version 1.9.1.9 of xulrunner,
>>> couchdb is crashing running the test suite:
>>>
>>>
>>> [Thu, 15 Apr 2010 21:25:25 GMT] [error] [<0.11281.0>] OS Process Error
>>> <0.14317.0> :: {os_process_error,{exit_status,127}}
>>>
>>> [Thu, 15 Apr 2010 21:25:25 GMT] [error] [<0.11281.0>] OS Process Error
>>> <0.14320.0> :: {os_process_error,{exit_status,127}}
>>>
>>> I've already deleted all couchdb-related stuff and reinstalled it, but
>>> it doesn't work, still got the error above.
>>>
>>> I'm running for installation
>>>
>>> D_RUN_PATH=/usr/lib/xulrunner-1.9.1.9/
>>> ./configure --with-js-lib=/usr/lib/xulrunner-devel-1.9.1.9/lib/
>>> --with-js-include=/usr/lib/xulrunner-devel-1.9.1.9/include
>>>
>>> make
>>>
>>> sudo make install
>>>
>>> What can I do now?
>>>
>>> Regards
>>> Julian
>>>
>>
>

Re: Problem with Ubuntu, new xulrunner lib

Posted by Julian Moritz <ma...@julianmoritz.de>.
Hi,

faust 1111 schrieb:
> Try
> edit
> /etc/ld.so.conf.d/xulrunner.conf
>   /usr/lib/xulrunner-1.9.1.9/
>   /usr/lib/xulrunner-devel-1.9.1.9/
> 

got an error:

root@laptop:~# edit /etc/ld.so.conf.d/xulrunner.conf
/usr/lib/xulrunner-1.9.1.9/ /usr/lib/xulrunner-devel-1.9.1.9/
Warning: unknown mime-type for "/etc/ld.so.conf.d/xulrunner.conf" --
using "application/octet-stream"
Warning: unknown mime-type for "/usr/lib/xulrunner-devel-1.9.1.9/" --
using "application/octet-stream"
Error: no "edit" mailcap rules found for type "application/octet-stream"
Error: no "edit" mailcap rules found for type "application/x-troff-man"
Error: no "edit" mailcap rules found for type "application/octet-stream"



Regards
Julian

> ldconfig
> and then reinstall couch
> 
> 
> 
> 2010/4/16 Julian Moritz <ma...@julianmoritz.de>:
>> Hi,
>>
>> I've had couchdb running under ubuntu, but not with the libmozjs-dev
>> package installed, but configured with xulrunner. With version 1.9.1.8
>> it worked all fine, but with the new version 1.9.1.9 of xulrunner,
>> couchdb is crashing running the test suite:
>>
>>
>> [Thu, 15 Apr 2010 21:25:25 GMT] [error] [<0.11281.0>] OS Process Error
>> <0.14317.0> :: {os_process_error,{exit_status,127}}
>>
>> [Thu, 15 Apr 2010 21:25:25 GMT] [error] [<0.11281.0>] OS Process Error
>> <0.14320.0> :: {os_process_error,{exit_status,127}}
>>
>> I've already deleted all couchdb-related stuff and reinstalled it, but
>> it doesn't work, still got the error above.
>>
>> I'm running for installation
>>
>> D_RUN_PATH=/usr/lib/xulrunner-1.9.1.9/
>> ./configure --with-js-lib=/usr/lib/xulrunner-devel-1.9.1.9/lib/
>> --with-js-include=/usr/lib/xulrunner-devel-1.9.1.9/include
>>
>> make
>>
>> sudo make install
>>
>> What can I do now?
>>
>> Regards
>> Julian
>>
> 

Re: Problem with Ubuntu, new xulrunner lib

Posted by faust 1111 <fa...@gmail.com>.
Try
edit
/etc/ld.so.conf.d/xulrunner.conf
  /usr/lib/xulrunner-1.9.1.9/
  /usr/lib/xulrunner-devel-1.9.1.9/

ldconfig
and then reinstall couch



2010/4/16 Julian Moritz <ma...@julianmoritz.de>:
> Hi,
>
> I've had couchdb running under ubuntu, but not with the libmozjs-dev
> package installed, but configured with xulrunner. With version 1.9.1.8
> it worked all fine, but with the new version 1.9.1.9 of xulrunner,
> couchdb is crashing running the test suite:
>
>
> [Thu, 15 Apr 2010 21:25:25 GMT] [error] [<0.11281.0>] OS Process Error
> <0.14317.0> :: {os_process_error,{exit_status,127}}
>
> [Thu, 15 Apr 2010 21:25:25 GMT] [error] [<0.11281.0>] OS Process Error
> <0.14320.0> :: {os_process_error,{exit_status,127}}
>
> I've already deleted all couchdb-related stuff and reinstalled it, but
> it doesn't work, still got the error above.
>
> I'm running for installation
>
> D_RUN_PATH=/usr/lib/xulrunner-1.9.1.9/
> ./configure --with-js-lib=/usr/lib/xulrunner-devel-1.9.1.9/lib/
> --with-js-include=/usr/lib/xulrunner-devel-1.9.1.9/include
>
> make
>
> sudo make install
>
> What can I do now?
>
> Regards
> Julian
>