Software :: Build The Required Libs For SynCE?

Jul 16, 2011

Trying to build the required libs for synCE, www.synce.org, as listed in their web site under building from sources. Came upon a snag, on building the odccm library which needs gnet-2. I loaded gnet-2 from my distribution DVD, and then did an #ldconfig afterwards, but it still says that it needs gnet-2. Not sure why it can't see it. I tried to build gnet-2 from source, but had a difficult time finding it as it is deprecated and Gnome only had the latest build which did not build (errors).

From configure script for odccm-0.11: no package 'gnet-2.0' found. Part of configure script is below.

Code:
if test -n "$PKG_CONFIG"; then
if test -n "$GNET_CFLAGS"; then
pkg_cv_GNET_CFLAGS="$GNET_CFLAGS"
else
if test -n "$PKG_CONFIG" &&

[Code]...

View 3 Replies


ADVERTISEMENT

Ubuntu :: Have To Install All Libs Required For PCSX2 Within Chroot Itself?

Nov 6, 2010

I'm running Ubuntu 10.10 64bit and I have succesfully installed 10.10 32bit as a chroot using URL...I'm able to go into the chroot shell and it works perfectlyI want to run PCSX2. I have it downloaded in my personal Downloads folder but how to I access it from a chroot? also will I have to install all the libs required for PCSX2 within the chroot itself?

View 9 Replies View Related

Red Hat :: Libpng.so.2 File Required For Gnome-libs To Install Oracle 10.2 On RHEL5?

Sep 5, 2010

I am trying to install gnome-libs package as prereq to install Oracle 10.2 on Red Hat 5. It requires libpng.so.2 while I have libpng.so.3 installed on my system. I tried to do a link: ln -s /usr/lib/libpng.so.3 /usr/lib/libpng.so.2, then run /sbin/ldconfig and rebbot as well but it continues to ask for this library.

View 5 Replies View Related

Debian :: Minimun Packages Required To Build Kde Apps

Jan 15, 2011

Debian squeeze amd_65, using gde3/gnome.I'd like to use KMyMoney, but the latest packages (v4.5.2) and not the v3.9.8/test version that's in Synaptic Package Manager.I'd rather not install every package that contains *kde* in the name, but I'm more than willing to install the minimum required to compile and run them.Trying to build kmymoney v4.5.2. After some google searches on the specific errors, I initially learned about apt-file and the find feature.

I'm unable to determine what package I need for 'Boost', and although apt-file reports that kdepimlibs5-dev is the package for gpgme - I still have no files called QGpgmeConfig.cmake or qgpgme-config.cmake, and the log still shows 'Could NOT find QGpgme'.Any pointers on what package(s) I'm missing, or other ways to determine what I need?

View 3 Replies View Related

OpenSUSE :: Connect PDA Via Synce To Simply Can't Get Through?

Aug 17, 2009

I am trying to connect PDA via Synce to Linux and simply cannot get through. I tried with odccm and now going through OpenSuse installation and installed as suggested synce packages:

[Code]...

View 5 Replies View Related

Fedora :: F11 Synce / Multisync Setup Challenges?

Jul 20, 2009

Can anyone guide me past this problem when trying to install synce/Multisync on F11. I am trying to sync to my HTC TytnII (HTC Kaiser) and any other useful advice appreciated as the synce wiki seems a bit out of date: Command: yum install synce-sync-engine synce-gnome synce-kde synce-software-manager synce-trayicon librapi Gives: file /usr/libexec/synce-serial-chat conflicts between attempted installs of synce-serial-0.11-3.fc11.i586 and synce-hal-0.13.1-2.fc11.i586 I presume I can 'force' the offending rpm but do not want to cause more issues. There is a bug report for this already: 505199

View 6 Replies View Related

Ubuntu :: Synce Several Windows Mobile Devices Without Much Success?

Oct 16, 2010

I'm trying to synce several windows mobile devices without much success. All the instructions I've read say that synce-dccm should be installed. I can't find it (or synce-odccm) either via synaptic or using apt-get install. Has this package been re-named or incorporated into something else or just redundant? I have the repository "launchpad.net/synce/ppa/ubuntu lucid" added to my sources.

View 9 Replies View Related

Ubuntu Installation :: Opensync Plugin Synce Fails?

Jan 29, 2011

This requires a package(opensync-module-python) that appears to be removed. What should I do? What can I do?

View 2 Replies View Related

OpenSUSE :: Find All The Build-deps Or What They Are For That Matter To Build Boxee

Feb 20, 2010

I'm in love with my Opensuse 11.2. Love my KDE 4.4. The only thing I miss from my Ubuntu installation, is the ability to use Boxee. I would be more than willing to compile Boxee from source. I only have 2 problems with that:

1) I don't know where I can find all the build-deps or what they are for that matter to build Boxee.

2) I'm running on a Netbook. Yes, my measly Intel Atom is no fun for compiling and building.

What are my options/what can I do to get Boxee up and running on 11.2? I've tried searching on build service for an RPM, but I think due to legal restrictions, Boxee can't be on there.

View 9 Replies View Related

OpenSUSE :: Build Libevent-dev 2.0.10 In Ooder To Build New Version Of Transmission?

Feb 16, 2011

looking for LIBEVENT... configure: error: Package requirements (libevent >= 2.0.10) were not met: In order to build transmission 2.21.I need libeventnew version of transmission,I need to build libevent-dev >= 2.0.10 and installed first.But I can't get any information about building development files for libevent.

View 1 Replies View Related

Software :: Self Build Rpm Fails With Missing Dependencies On Build Host?

Sep 24, 2009

as I'm advancing in building some nice rpm I finally wanted to install on of my gems also the build was successful the actual install fails with missing dependencies.

Code:

$ rpm --root /home/sascha/rpmbuild/ -i ./RPMS/x86_64/memcached-1.4.1-2.x86_64.rpm
error: Failed dependencies:
libc.so.6()(64bit) is needed by memcached-1.4.1-2.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by memcached-1.4.1-2.x86_64

[code]....

View 1 Replies View Related

Ubuntu Security :: Script Running As A Special Build User Which Performs An Automated Build That Fails With (Too Many Open Files)?

Feb 11, 2011

I have an init script running as a special build user which performs an automated build that fails with (Too many open files).I updated /etc/security/limits to allow the special user more open files, but that didn't work - the init script still isn't allowed more open files.Here's a demonstration of the problem;

Code:
$ su - sbsbuild -c "ulimit -n"
Password:

[code]....

View 1 Replies View Related

Slackware :: Install The I386 Build On One Partition And The 64-bit Build On Another

Sep 16, 2010

Trying to install SW 13.1 (on DVD) on the following system: M/B Intel: DX38BT Processor Intel Core 2 Quad Q6700 - 2.66GHz, 8MB Cache, 1066MHz FSB, Socket 775 Memory Corsair Dual Channel 8192MB PC10600 DDR3 1333MHz Memory (4x2048MB) Graphics Diamond Radeon HD 3850 Video Card - Viper, 512MB GDDR3, PCI Express 2.0 P/S Ultra 1000W

My goal is to install the i386 build on one partition and the 64-bit build on another. I have been away from Linux for a while and am sick to death of Win7, want to come home. :-}

Booted on i386 side of DVD, system freezes after a couple of lines that start with ATA2. Does not respond to 3 finger salute, ctrl-c, nothing. Have to press reset. I have tried both huge.s and hugesmp.s kernels

Booted on 64-bit side, comes up fine. I performed the install, selected for automatic lilo install. Lilo install hung but I was able to reboot. I booted off the 64-bit side again, entered the following: huge.s root=/dev/sde3 rdinit= ro It booted fully to the login prompt but the keyboard does not work, no input.

View 2 Replies View Related

OpenSUSE :: Ant Build.xml Does Not Exist - Build Failed

Apr 19, 2011

Ant was installed in yast2 but will not run since build.xml was never created. How can this be fixed? I would like to run AudioTool.

View 5 Replies View Related

SUSE :: How To Get RMP Dependencies/libs

Feb 17, 2011

I wanted to install an rpm package on two suse 10 systems. It installed successfully on one system but on the other it throws an error like

Code: error: Failed dependencies: rpmlib(PayloadIsLzma) <= 4.4.2-1 is needed by linuxProj-1-1.noarch

Now this means that rpnm package has no error but the rpm in itself is lacking some libs. So can anyone tell me that how can I download and add these libs to the already installed rpm. Note the difference between rpm and rpm package.

View 1 Replies View Related

General :: How To Write C Libs To Php

Mar 7, 2011

I need to use a lib developed by me in c in my php app but i don't now how. I will use it in Linux.

View 2 Replies View Related

General :: See The Source Of Libs?

Oct 23, 2010

Is it possible to find out the source of libdb_cxx-4.3.so and other lib files in Linux? If yes, how?

View 6 Replies View Related

Ubuntu :: Compiling Libs Under A Different Directory

Feb 21, 2010

I am fairly new to ubuntu. I have to compile some libraries under ubuntu in a directory other than the default directory and then get the shared object libs (.so) libs for building some custome kernels. I created a directory structure as follows:

/home/username/build-target
/home/username/src-<libname> =>here are the source files for the lib. I need to compile

Now I create a directory /home/username/src-openssl and download the source code and untar it under this directory and issue ./configure --prefix=/home/username/build-target --exec-prefix=/home/username/build-target and then make and make install. I was expecting that the shared object libraries created (.so) files should have gone under /home/username/build-target/libs, however I just see only libssl.a and libcrypto.a and not .so files under the build-target/lib directory. For grep also I did the same thing as above however I don't see any lib directory created under build-target directory as I was expecting.

View 1 Replies View Related

Ubuntu :: PHP Libs That Don't Come With The Standard Install?

May 22, 2010

I need some PHP libs that don't come with the standard install - I assume that means I'll have to build PHP from source. Can I use a package manager to download the source? How? If I do, will it have the code for all the libraries? Are there specific instructions for building and installing on ubuntu?

View 2 Replies View Related

SUSE :: How To Install X11 Libs SLES-10.1

Jan 21, 2010

I'm trying to install OpenDX(dx)-4.2.0, a scientific graphics visualization tool on Suse Linux 10.1 . But its giving following error:

icc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -Dlinux -I/opt/intel/MESA/7.5.2/DRI2PROTO/include/X11/extensions -I/usr/X11R6/include -g -O2 -I/usr/X11R6/include -D_GNU_SOURCE -c callm_xinit.c
callm_xinit.c catastrophic error: could not open source file "Xm/Xm.h"

[Code]....

To resolve this error, I tried to install Mesa OpenGL libraries (mesa-7.5.2). But its not getting installed even after resolving dependencies such as libdrm, dri2proto, libpthread-stubs.

Are there any rpm distributions available for mesa libraries on Suse?

View 2 Replies View Related

Red Hat :: RHEL6 Have Ia32-libs (or Equivalent)?

Feb 10, 2011

I recently upgraded my RHEL system from 5.5 to 6.0. When I went to install a 32-bit application I got the normal failure for missing 32-bit libs (/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory). With RHEL5, simply installing ia32-libs takes care of this problem.

In this case, a "yum search ia32-libs" shows no such package exits. So either it doesn't exist or I've got a yum config problem (although I can pull x86_64 packages just fine). If it doesn't exist, is there an equivalent package?

View 1 Replies View Related

Debian :: Cannot Locate Ia32-libs Package

Sep 11, 2011

I am trying to locate the ia32-libs package, no luck. This is for squeeze. Is there a source (for inclusion in sources.list) that serves this package?

View 2 Replies View Related

Fedora :: Gecko-Libs Dependency Error In Yum

Jul 23, 2009

Last night I was updating my system and I ran into some dependency errors. It seems like gecko-libs is having problems. here are my yum update results.

Code:
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package epiphany.i586 0:2.26.3-1.fc11 set to be updated
---> Package firefox.i586 0:3.5.1-1.fc11 set to be updated
--> Processing Dependency: gecko-libs = 1.9.1 for package: epiphany-2.26.3-1.fc11.i586
---> Package xulrunner.i586 0:1.9.1.1-1.fc11 set to be updated
---> Package yelp.i586 0:2.26.0-5.fc11 set to be updated
--> Finished Dependency Resolution
epiphany-2.26.3-1.fc11.i586 from updates has depsolving problems
--> Missing Dependency: gecko-libs = 1.9.1 is needed by package epiphany-2.26.3-1.fc11.i586 (updates)
Error: Missing Dependency: gecko-libs = 1.9.1 is needed by package epiphany-2.26.3-1.fc11.i586 (updates)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest

Code:
sudo rpm -qa|grep yum
yum-3.2.23-3.fc11.noarch
yum-metadata-parser-1.1.2-12.fc11.i586
anaconda-yum-plugins-1.0-4.fc11.noarch
yum-utils-1.1.22-1.fc11.noarch
PackageKit-yum-0.4.8-2.fc11.i586
PackageKit-yum-plugin-0.4.8-2.fc11.i586
yumex-2.0.5-6.fc11.noarch

View 14 Replies View Related

Fedora X86/64bit :: 32 Bit Compatibility On FC10 - C++ Libs

Oct 22, 2009

I assumed this had to be a FAQ, but after hours of searching, how to do this on FC11, but that didn't work with the yum on FC10. I don't need a huge list, but at least the basics (ld-linux.so, and I imagine the C++ compatibility libs).

View 2 Replies View Related

OpenSUSE :: SpiderOak Incompatible Qt Libs In 11.4 After KDE 4.6.3 Upgrade

May 27, 2011

After upgrading KDE from 4.6.0 to 4.6.3 SpiderOak will fail to run with message. Cannot mix incompatible Qt library (version 0x40703) with this library (version 0x40701). There's no more SO package in Non-OSS, apparently due to some support issues. That's a pity, since Dropbox had conceded access to US agencies, IMO SpiderOak is a really good option, and has been working very nicely until now. Anyway, Yast tells me that KDE 4.6.0 uses Qt 4.7.1, while 4.6.3 brings in Qt 4.7.3. A possible solution may be found here, originally for Qt 4.7.2. I'll try it and report.

View 5 Replies View Related

Ubuntu Installation :: Accidentally Removed Libs - Can't Log Onto 10.04

May 9, 2010

i was trying to remove the flash plugin 32bit wrapper (don't remember the exact name of the package),using the command apt-get -y remove --purge and i saw somehow uninstalled a bunch of other programs like the gnome-network manager,emphaty...Now i rebooted and can't log on anymore .Is there a way to repair this,like running an upgrade from the livecd to restore the missing parts without wiping out my conf & other programs ? I've tried this that i found some other forum ,but i didn't work

Code:

sudo mkdir /mnt/repair
sudo mount /dev/sda3 /mnt/repair
sudo chroot /mnt/repair su

[code]....

I'm running a dual-boot with windows 7

View 1 Replies View Related

Ubuntu Installation :: 10.04 - How To Reinstall QT Libs (Getting Error)

Sep 23, 2010

I have some issue with QT in ubuntu , almost all QT application I cant use now. If I use Q4wine:
q4wine: symbol lookup error: /usr/lib/libQtSql.so.4: undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv

If KGet
q4wine: symbol lookup error: /usr/lib/libQtSql.so.4: undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv

SMPlayer
smplayer: symbol lookup error: smplayer: undefined symbol: _ZN9QListData7detach3Ev

Like all my QT applications is facing problem, How I can reinstall the qt libs? I am using ubuntu 10.04.

View 2 Replies View Related

Debian :: Coexistence Of 64 / 32 Bits Libs In Squeeze

Mar 22, 2011

There are three new "k1DZ 1n the Block" for CAD users in Linux :
Bricscad
Ares Commander Edition
Draftsight

there used to be Varicad, which also runs in 64 bits natively, as well as QCad ( 2D only ) and BRLCAD ( more of a solid modeler than a Drafting program ), both built from source. Those new K1dZ out there are awesome, but they only run in 32 bits. My system is Squeeze 64 Bits and has multilib enabled... i can install the *deb, and it complains about architecture, so i use --force.. default install is in /opt... still this asks for some libraruies which i do have for 64bits, but do not exist for 32...

So my questions are :
Should I install these 32 bits libraries to run the application ( mostly issues related to rendering ) they would land in /usr/lib32/...
But naming convention in apt or synaptic would still refer them by the same name as their 64 bits counterparts. How does apt (synaptic ) deals with this?

I find all this to much of an unnatural thing to do to my Squeeze install just to make an app fit and run. So far I can remove the app using synaptic but I am very reticent about installing those 32 bits specific libs required by the app. I already have the ia32-libs metapackage installed.

View 3 Replies View Related

Programming :: G++ Linking Error With Multiple Libs

Jan 9, 2011

I tried to link my executable program with 2 static libraries using g++. The 2 static libraries have the same function name. I'm expecting a "multiple definition" linking error from the linker, but I did not received.

Code:

//staticLibA.h
#ifndef _STATIC_LIBA_HEADER
#define _STATIC_LIBA_HEADER
int hello(void);

[code]....

View 4 Replies View Related

Programming :: Shared Libs - Multiple Files In C++?

Oct 20, 2010

I'm trying to change a group of cpp files to one shared lib. I have created a shared lib with a single file. I then did this with a group of files. The difference in what I'm doing is that before with the single file, .a, was added into a single .o file. Now I'm trying to add it to my main.cpp file which is NOT a .o file. I'm now getting these compiler errors from the main.cpp where is doesn't seem to recognize the semaphores.Example Error: undefined reference to `sem_wait'If I were not to use the share libs this compiles and runs as I expected it to.Something tells me this is a compiler flag issue, at least I hope it is

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved