Re: Compiling on OpenBSD RELEASE 5.0 x64
Kaya Saman <[email protected]> Tue, 13 Mar 2012 19:37:58 +0000
| Newsgroups | gmane.comp.sysutils.lcdproc |
|---|---|
| Message-ID | <[email protected]> |
On 03/13/2012 06:40 AM, Markus Dolze wrote: > > On 12.03.2012 21:24, Kaya Saman wrote: >> I first attempted a standard Install run by doing: >> >> ./configure >> make >> make install >> >> which worked fine until I restarted the system then tried to re-run >> LCDd.... >> >> this didn't go so well as it claimed the the curses.so driver wasn't >> installed? >> >> >> I then tried again with: >> >> make clean >> ./configure --enable-driver=curses >> gmake >> gmake install >> >> >> whose output came to this: >> >> # LCDd >> Could not open driver module server/drivers/curses.so: File not found >> Driver [curses] binding failed >> Could not load driver curses >> There is no output driver >> Critical error while initializing, abort. >> # /usr/local/sbin/LCDd >> Could not open driver module server/drivers/curses.so: File not found >> Driver [curses] binding failed >> Could not load driver curses >> There is no output driver >> Critical error while initializing, abort. >> >> >> What's really interesting is that if recompiled it runs fine, but if >> stop/started it doesn't run???? >> >> >> Regards, >> >> >> Kaya >> > Hi, > > please verify that: > > a) You are using the correct LCDd.conf. > b) The 'DriverPath' option in LCDd.conf is set correctly. > > The line 'Could not open driver module server/drivers/curses.so: File > not found' indicated the DriverPath option is not set correctly to the > path where the driver files got installed. > > Regards, > Markus Yeah it's the driver path.... when I built lcdproc the driver didn't get copied over to a set dir - should've set that with ./configure options probably. But will do a manual fix and should be ok. Regards, Kaya