[ptx] Finally hugin works on Redhat 7.3 using .tar.gz stuffs, and questions

Bruno Postle bruno at postle.net
Wed Oct 12 09:40:47 BST 2005


On Tue 11-Oct-2005 at 21:01 -0700, Sengen Prasomsouk wrote:

>       a). download and tar zxf libpano12-2.7.0.10.tar.gz
>       b). make -f makefile.linux libpano12.so
>       c). cp libpano12.so /usr/local/lib  and /usr/lib
>       d). cp /usr/local/libpano12-2.7.0.10/*.h  /usr/local/include/pano12

The makefile.linux file is out of date, I don't know why it is still 
in there.  You should be ok with these commands:

    tar zxf libpano12-2.7.0.10.tar.gz
    cd libpano12-2.7.0.10
    ./configure
    make
    make install

Not sure if this will help with your problem though.

If you have have installed libraries into /usr/local, then you need 
to build hugin like so:

    CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure
    make
    etc...

You might also have some luck rebuilding the latest fedora source 
RPMs for your system:

    http://bugbear.blackfish.org.uk/~bruno/apt/fedora/linux/4/i386/SRPMS.panorama/

Just rebuild them one by one:

    rpmbuild --rebuild libpano12-2.7.0.11-1.fc4.bp.src.rpm 
    etc...

(though you will have to find a boost RPM from somewhere first)

This stuff is going to get more difficult for you, redhat-7.3 was 
discontinued nearly two years ago - Do you really need to use such 
an old distribution?

-- 
Bruno


More information about the ptx mailing list