help in installing Neye in ubunto 10.10


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu help in installing Neye in ubunto 10.10
# 1  
Old 04-07-2011
help in installing Neye in ubunto 10.10

i am trying to install Neye in ubunto 10.10
i installed sqlite before
but i got errors about it

checking for my_open in -lmysqlclient....no
checking for sqlite_open in -lsqlite...no
configure error:Neye requires sqlite


althought i had installed sqlite

any help????????????
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Ubuntu

Create a customized ubunto automated installtion cd

Hi 1- I want to create a cd or dvd of ubunto , that include a lot of installed packages entered by me . 2- automated installion (just enter the cd )and install by it self . (3 Replies)
Discussion started by: rashed
3 Replies

2. UNIX for Dummies Questions & Answers

Has anyone used Verizon mobile broadband to go with ubunto 10.10?

I am new to ubunto and have had previous security issues with windows. How hard is it to use a broadband to go USB device on a Dell laptop with ubuntu 10.10. Are there certain procedures to follow to secure this type of connection or is it by nature a fairly hackable system for a determined... (0 Replies)
Discussion started by: Chod1964
0 Replies

3. Ubuntu

install Neye in ubunto

i want to install Neye program in ubunto 10.10 and deal with SQLite database can anyone help me thanks (1 Reply)
Discussion started by: mahmoudwassouf
1 Replies

4. Ubuntu

Re Installing windows XP after installing KUBUNTU

Hi I have dual operating system i.e Win XP and KUBUNTU. Now my windows XP is corrupted and i want to reinstall Win XP. So i just want to know Shall i have to reinstall Linux also or i can only reinstall win xp without affecting linux installation. Thanks Sarbjit (3 Replies)
Discussion started by: sarbjit
3 Replies

5. Linux

Installing Firefox and now ended up installing latest glibc

Hi all, I wanted to install the latest version of firefox 2 but it seems when I attempt to install it, it seems to be saying it is looking for c libraries version 2.3? I believe I currently have an older version of the c libraries. I am currently running Sun's JDS Linux 2003. My Mozilla web... (1 Reply)
Discussion started by: scriptingmani
1 Replies

6. AIX

Installing TL/ML's

Question from an AIX noob -- I recently installed an AIX box with what I thought was recent 5.3 media. After the install it was at ML 5300-00. My question is, it seems as if each ML/TL needs to be installed prior to the next - which currently makes 6(?) updates. Am I missing something - is... (4 Replies)
Discussion started by: tb0ne
4 Replies

7. Debian

installing X?

I just reformatted my computer because of a bad tip I and I installed only the base-system to add what I'd want later. My question is how/where can I get a good X-server for Debian? I'm so used to gnome and don't really like it and want to try something else. I heard about something called: Xfree... (1 Reply)
Discussion started by: riwa
1 Replies

8. Linux

Help Installing RH.9

Yea, im having a little confusion towards installing red-hat using promise controllers. It was more easy with Windows cause it prompts me and i just press F6 at the beginning of the installation and then it gives me the list of the controllers i need (from a floppy). I tried using the noprobe on... (5 Replies)
Discussion started by: kyoist
5 Replies

9. AIX

How to installing .h of Dt

hi, everybody£º i have a question, pls help me¡£ OS : RS/6000 AIX 4.3.3 cPU : Powerpc,POWER3 I install X11.Dt, X11.apps, X11.base, X11.compat, X11.motif, X11.vsm full and Optional install X11.fnt using smitty! When i compling my gui programs , i found that all the include file of ... (1 Reply)
Discussion started by: q30
1 Replies

10. UNIX for Dummies Questions & Answers

installing

hey i want to install freebsd 5.1 but i ran into some problems i have a old cpu, i made boot disks from kern.flp and mfsboot.flp from the cd, and boot up, when i'm done and gonna install, it won't find the cd, then i tryed to installed with ftp, but i coulden't figure out how to do, i have a DHCP... (5 Replies)
Discussion started by: ekizz
5 Replies
Login or Register to Ask a Question
CHECK-SYMBOLS(1)					      General Commands Manual						  CHECK-SYMBOLS(1)

NAME
check-symbols - verify symbols exported by a new library version SYNOPSIS
check-symbols <source-package> [DEBDIR] DESCRIPTION
To verify the symbols exported by a new library version, run check-symbols with the name of the source package as argument. check-symbols will first determine the symbols exported by the existing and installed library version, then install the new library and compare the sym- bols exported by the new library version with the symbols exported by the old version. For each of the symbols found, check-symbols will list if the symbol is new, unchanged or has been removed in the new library version. In case the source package contains multiple binary library packages, all library files in each of the binary packages will be verified. check-symbols uses nm -D to determine the exported symbols of the libraries. If no value is given for DEBDIR, the script will assume the new library deb files are stored in /var/cache/pbuilder/result. EXAMPLES
check-symbols telepathy-glib . This will: o Use nm -D to determine the exported symbols of the old, installed versions of the libraries provided by telepathy-glib. o Install the binary libraries provided by the new version of telepathy-glib. o Compare the output of nm -D of the new libraries with the output of the old version. o List the result in diff format. BUGS
Please report bugs on: https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/ SEE ALSO
nm(1) AUTHOR
check-symbols was written by Daniel Holbach <daniel.holbach@ubuntu.com> and this manpage by Albert Damen <albrt@gmx.net>. Both are licensed under the GNU General Public License, version 2. ubuntu-dev-tools December 9, 2007 CHECK-SYMBOLS(1)