Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nodeview-0.8.3
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
odi
n00b
n00b


Joined: 08 Jul 2004
Posts: 36
Location: Bezno - Czech Republic

PostPosted: Tue May 03, 2005 8:25 pm    Post subject: Nodeview-0.8.3 Reply with quote

Hi.

I am having problems installing this program (Nodeview - Openkiosk - http://openkiosk.sourceforge.net)

I have this error message when I do "./configure"
________________________________________________
bash-2.05b$ ./configure
checking for Berkeley DB...

Either Berkeley DB does not exist or you have two conflicting versions
of Berkeley DB installed in /usr/local. Make sure a single
installation of Berkeley DB is in /usr/local before proceeding
________________________________________________

In their readme, they say this:

________________________________________________
IMPORTANT!!!
___________

This program needs at least Berkeley DB 4.x. Get the latest version
at sleepycat.com.

INSTALLATION & USAGE
--------------------
Read the INSTALL file first, after that read the instructions below.

If you have multiple versions of Berkeley DB in /usr/local, please remove
or rename the irrelevant versions first before trying to compile this program.

You must add the directory containing the Berkeley DB libraries (or whatever
directory containing libdb-4.X.so) to the LD_LIBRARY_PATH environment.
The syntax differs depending whether you use csh/tcsh or sh/bash.

csh. Add to your .cshrc:
% setenv LD_LIBRARY_PATH "$LD_LIBRARY_PATH":/usr/local/BerkeleyDB.4.X/lib

sh. Add to your .bashrc:
% export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/BerkeleyDB.4.X/lib

If you have root access in Linux, see the man pages for the files /etc/ldconfig
and /etc/ld.so.conf. You can append the Berkeley DB lib directory in
/etc/ld.so.conf
___________________________________________________

Well... I made that, the libdb-4.X.so are located in /usr/lib
so, I used this sintax:

% export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib

and from the command line

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib

Nothing is working :(

Any sugestion?

Thank you.
_________________
_________________________________________
La primera vez que me engañas la culpa es tuya
La segunda vez quelo haces, la culpa es mia.

The first time you deceive me it is your fault.
The second time the fault is mine.
Back to top
View user's profile Send private message
odi
n00b
n00b


Joined: 08 Jul 2004
Posts: 36
Location: Bezno - Czech Republic

PostPosted: Thu May 05, 2005 8:04 am    Post subject: Oki doki... Reply with quote

I managed to finish the ".configure" script... :)

There was some line looking for the BerkeleyDB in /usr/local/BerkeleyDB-*.* or in /usr/local

So, I changed the /usr/local by only /usr, so, the configure was ok.

But....
Now I have anooother problem...

and is with the -ldb-*.*

So, the message is "cannot find -ldb-*.*" in the compilation process.

Any sugestion now?

Thanks
_________________
_________________________________________
La primera vez que me engañas la culpa es tuya
La segunda vez quelo haces, la culpa es mia.

The first time you deceive me it is your fault.
The second time the fault is mine.
Back to top
View user's profile Send private message
odi
n00b
n00b


Joined: 08 Jul 2004
Posts: 36
Location: Bezno - Czech Republic

PostPosted: Thu May 05, 2005 10:48 am    Post subject: the message is this: Reply with quote

linuxshare nodeview-0.8.3 # make
cd nodeview && make -f Makefile
make[1]: Entering directory `/usr/src/nodeview-0.8.3/nodeview'
g++ -Wl,-rpath,/usr/qt/3/lib -o nodeview .obj/nodeviewmain.o .obj/main.o .obj/add.o .obj/serialgen.o .obj/mydb.o .obj/random.o .obj/serialout.o .obj/klp.o .obj/
conview.o .obj/stationitem.o .obj/tdialog.o .obj/configdialog.o .obj/prsettings.o .obj/ticket.o .obj/settings.o .obj/blowfish.o .obj/startupdialog.o .obj/stats.
eporter.o .obj/reportgen.o .obj/send.o .obj/station.o .obj/ticketgen.o .obj/adminpasswddialog.o .obj/config.o .obj/userdialog.o .obj/wgroupdialog.o .obj/lookup.
serstart.o .obj/previewdialog.o .obj/moc_nodeviewmain.o .obj/moc_serialgen.o .obj/moc_serialout.o .obj/moc_klp.o .obj/moc_stationiconview.o .obj/moc_stationitem
moc_configdialog.o .obj/moc_prsettings.o .obj/moc_startupdialog.o .obj/moc_reporter.o .obj/moc_send.o .obj/moc_station.o .obj/moc_ticketgen.o .obj/moc_adminpass
.o .obj/moc_config.o .obj/moc_userdialog.o .obj/moc_wgroupdialog.o .obj/moc_lookup.o .obj/moc_userstart.o .obj/moc_previewdialog.o -L/usr/qt/3/lib -L/usr/X11R
db- -L/usr/lib -lqt -lXext -lX11 -lm
/usr/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2.3/../../../../powerpc-unknown-linux-gnu/bin/ld: cannot find -ldb-
collect2: ld returned 1 exit status
make[1]: *** [nodeview] Error 1
make[1]: Leaving directory `/usr/src/nodeview-0.8.3/nodeview'
_________________
_________________________________________
La primera vez que me engañas la culpa es tuya
La segunda vez quelo haces, la culpa es mia.

The first time you deceive me it is your fault.
The second time the fault is mine.
Back to top
View user's profile Send private message
lxnay
Retired Dev
Retired Dev


Joined: 09 Apr 2004
Posts: 661
Location: Italy

PostPosted: Sat May 07, 2005 6:37 pm    Post subject: Reply with quote

I'm using nodeview and kdex11client on some internet café but I've seen that xynopsis doesn't have released a new version from ages. Anyone that could be interested?
_________________
http://www.sabayon.org
Back to top
View user's profile Send private message
odi
n00b
n00b


Joined: 08 Jul 2004
Posts: 36
Location: Bezno - Czech Republic

PostPosted: Sun May 08, 2005 7:20 pm    Post subject: well... Reply with quote

me :D
_________________
_________________________________________
La primera vez que me engañas la culpa es tuya
La segunda vez quelo haces, la culpa es mia.

The first time you deceive me it is your fault.
The second time the fault is mine.
Back to top
View user's profile Send private message
lxnay
Retired Dev
Retired Dev


Joined: 09 Apr 2004
Posts: 661
Location: Italy

PostPosted: Mon May 09, 2005 6:44 am    Post subject: Reply with quote

so come on :) !
_________________
http://www.sabayon.org
Back to top
View user's profile Send private message
odi
n00b
n00b


Joined: 08 Jul 2004
Posts: 36
Location: Bezno - Czech Republic

PostPosted: Mon May 09, 2005 7:25 am    Post subject: and... Reply with quote

how can I help?
_________________
_________________________________________
La primera vez que me engañas la culpa es tuya
La segunda vez quelo haces, la culpa es mia.

The first time you deceive me it is your fault.
The second time the fault is mine.
Back to top
View user's profile Send private message
odi
n00b
n00b


Joined: 08 Jul 2004
Posts: 36
Location: Bezno - Czech Republic

PostPosted: Wed May 11, 2005 3:21 pm    Post subject: Well, I managed to install the software but... Reply with quote

I can not create the tickets.!!!!

Help me!
_________________
_________________________________________
La primera vez que me engañas la culpa es tuya
La segunda vez quelo haces, la culpa es mia.

The first time you deceive me it is your fault.
The second time the fault is mine.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum