Hello,

I have uploaded bacula-1.36.2-4.src.rpm to sourceforge. This contains
explicit build support for RHEL4 (I think) and CentOS 4. Build support 
for x86_64 has also been added. Test builds have been done on CentOS but 
not RHEL4.

Build with one of these 3 commands:

rpmbuild --rebuild \
        --define "build_rhel4 1" \
        --define "build_sqlite 1" \
        bacula-1.36.2-4.src.rpm

rpmbuild --rebuild \
        --define "build_rhel4 1" \
        --define "build_postgresql 1" \
        bacula-1.36.2-4.src.rpm

rpmbuild --rebuild \
        --define "build_rhel4 1" \
        --define "build_mysql 1" \
        --define "build_mysql4 1" \
        bacula-1.36.2-4.src.rpm

For CentOS substitute '--define "build_centos4 1"' in place of rhel4.

For 64 bit support add '--define "build_x86_64 1"'

Feedback appreciated. For those building from source the gist of the 64 
bit problem is to do the following before running configure:

export LDFLAGS=-L/usr/lib64

or

export LDFLAGS=-L/usr/lib64/mysql

Regards,
Scott



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to