With Firefox-31.0 and later versions, you must have installed Openssl before 
Python 2 or the build system will quickly fail with output including 
"ImportError: cannot import name HTTPSHandler". If you are in any doubt about 
this (e.g. upgrading from an older version of Firefox), check if 
/usr/lib/python2.7/lib-dynload/_ssl.so exists. If it does not, reinstall 
Python-2.7.8 (after installing OpenSSL-1.0.1j. The latest version of any 
currently maintained version of Openssl should be satisfactory if already 
installed. 


El Lunes, 3 de noviembre, 2014 9:51:31, Pierre Labastie 
<[email protected]> escribió:
 


Le 03/11/2014 12:31, Richard a écrit :
> On 11/02/2014 01:17 PM, Bruce Dubbs wrote:
>> Richard wrote:
>>
>>> Thanks for your help. I hope it is ok to expand
>>> some more on this topic.
>>>
>>> I do not have an /etc/shells file, and I am trying to
>>> build firefox in an xterm (but not in a chroot
>>> environment). Nevertheless, if I type:
>>>    echo "$SHELL" or: echo "$XTERM_SHELL",
>>> I get the same result: /bin/bash,
>>> which is where the bash program is located.
>>
>> Have you exported SHELL or is it a local variable? Try
>>
>> $ env|grep SHELL
>>
>>    -- Bruce
>
> before startx:
> ------------------------
> root:~# env | grep SHELL
> SHELL=/bin/bash
> -----------------------
>
> after startx:
> ------------------------
> root:~# env | grep SHELL
> XTERM_SHELL=/bin/bash
>
> but:
>
> root:~# echo "$SHELL"
> /bin/bash
> ----------------------
>
> Richard
Looks like one of your startup scripts creates the SHELL variable, but 
does not export it...

Pierre



-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to