The way I did was as follows. This may or may not work on your flavor of Linux!!!
cat /etc/apache2/conf.d/rd-bin.conf Look at the <Directory near the top. In my case it's "/var/www/rd-bin" Then go back to the rivendell source code. Step 1. ./configure --libexecdir=/var/www/rd-bin (or whatever your Directory is from the rd-bin.conf) Step 2 & 3 same as before (make etc.) This will put the RD web files in the place it should be when it updates. Hope that helps a bit. Cheers, Richard On Sun, Sep 14, 2014 at 11:33 AM, Pedro Picoto <[email protected]> wrote: > "What is that?" > And "how to" to someone who's not used to deal with these intricated > issues? > > On Sun, Sep 14, 2014 at 3:59 PM, Richard Gorbutt <[email protected]> > wrote: > >> Did you add --libexecdir=my rd-bin folder to ./configure >> >> I has that issue last week, had same symptoms as it was using old >> rdxport.cgi >> >> Regards Richard. >> >> Sent from my iPhone >> >> On Sep 14, 2014, at 10:43, Pedro Picoto <[email protected]> wrote: >> >> Downloaded the tar.gz, extracted it. Downloaded the dependencies. Updated. >> >> Upon "make"; >> >> " cannot find input file: `debian/Makefile.in' " How can I fix this? >> >> Running on Ubuntu 14.04. >> >> >> Yesterday I upgraded from 2.8.x to 2.9.2 from Fred's files. >> DB updated. >> Not had any problem EXCEPT the fact I ended up with the >> impossibility of add or delete items (returned an error) >> Peak data dead too. >> So, it rendered a useless messy update. >> >> >> >> >> On Sun, Sep 14, 2014 at 10:23 AM, <[email protected]> wrote: >> >>> Hello Brandon, >>> >>> Did you miss the last step in wiki page : "sudo apt-get install -f" ? It >>> should try to install missing dependencies. >>> >>> Regards, >>> -- >>> Alban Peignier - [email protected] >>> >>> Tryphon - http://tryphon.eu >>> Radio, web et logiciels libres >>> _______________________________________________ >>> Rivendell-dev mailing list >>> [email protected] >>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev >>> >> >> _______________________________________________ >> Rivendell-dev mailing list >> [email protected] >> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev >> >> >
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
