On 30 Aug, Carl Marcum wrote:
> Hi Don,
> 
> On 8/29/20 8:02 PM, Don Lewis wrote:
>> On 29 Aug, Don Lewis wrote:
>>> On 29 Aug, Don Lewis wrote:
>>>> On 23 Aug, Carl Marcum wrote:
>>>>> I'm setting up a new CentOS 5.5 VM that I can build 4.1.x series on.
>>>>>
>>>>> First hurdle was figuring out out how to point to the vault.centos.org
>>>>> archived rpms.
>>>>> Unfortunately no git was available then.
>>>> I've managed to resurrect my CentOS 5 VM.
>>>>
>>>> git builds from source out of the box, but as I suspected, the system
>>>> openssl is too old to talk to github.
>>>>
>>>> Download and unpack openssl-1.0.2u.  Build and install according to the
>>>> instructions.  At the configure step:
>>>>    ./config --shared
>>>>
>>>> Download and unpack curl-7.71.1. Build and install.  At the configure
>>>> step:
>>>>    LDFLAGS=-Wl,-R/usr/local/ssl/lib ./configure --with-ssl=/usr/local/ssl 
>>>> --disable-ldap
>>>>
>>>> Download and unpack git-2.28.0.  At the configure step:
>>>>    ./configure --with-openssl=/usr/local/ssl
>>> Not quite ... it was only working for me because I had set
>>> $LD_LIBRARY_PATH. Instead do this:
>>>     LDFLAGS=-Wl,-R/usr/local/lib ./configure --with-openssl=/usr/local/ssl
>>>     
>>>> At the build step:
>>>>    make CURL_DIR=/usr/local
>> Be preparied to download the anything missing from ext_sources elsewhere
>> and copy the files to the CentOS machine manually.  Because of the old
>> system OpenSSL, bootstrap can't speak https to much of anything.  Same
>> fro trying to use wget.
> 
> Thank you for the great replies.
> 
> I'm currently trying to build it on CentOS 6 since it has support until 
> November this year.
> The build has stopped a few times but I think I'm getting close.
> 
> Then I'll go back and try 5.

I am able to build AOO418 on 32-bit 5.




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to