General :: Smbpasswd Cannot Find Installed Library Libwbclient.so.0

Dec 13, 2010

I am using Slackware 13.1 with the uname -a output:

Quote:

Linux darkstar 2.6.33.4 #2 Thu May 13 00:27:45 CDT 2010 i686 Intel(R) Atom(TM) CPU N450 @ 1.66GHz GenuineIntel GNU/Linux

When the binary smbpasswd is executed it gives the following output

Quote:

smbpasswd: error while loading shared libraries: libwbclient.so.0: cannot open shared object file: no such file or directory ldd /usr/local/samba/bin/smbpasswd has this output

Quote:

linux-gate.so.1 => (0xffffe000)
libldap-2.4.so.2 => /usr/lib/libldap-2.4.so.2 (0xb7220000)
liblber-2.4.so.2 => /usr/lib/liblber-2.4.so.2 (0xb7214000)
libresolv.so.2 => /lib/libresolv.so.2 (0xb71fd000)

[code]....

I do not know how to direct the binary to the missing library.

View 7 Replies


ADVERTISEMENT

General :: How To Find Out What Options A Library Was Configured With When It Was Installed

Nov 24, 2010

Is there a way to find out with what options a library was configured with when it was installed? I am trying to install a library on my system that depends on gasnet and it requires me to configure it with the very same options that gasnet was configured with. Gasnet was not originally installed by me, so I cannot tell. I can see bin/, include/, lib/ and share/ directories in the gasnet folder and no other information in it. To be specific, I need to use the same CFLAGS that were used during installation of gasnet. For example, if it was installed using '-g -O2', I have to make sure I use the same CFLAGS here.

View 4 Replies View Related

General :: Can't Use Smbpasswd In Ubuntu 10.04

Aug 15, 2010

When I try to run smbpasswd this is what I get:

cli_pipe_validate_current_pdu: RPC fault code DCERPC_FAULT_OP_RNG_ERROR received from host 127.0.0.1!
machine 127.0.0.1 rejected the password change: Error was : NT code 0x1c010002.

I'm using samba4. To use smbpasswd I just typed "smbpasswd" and pressed enter. There are no other machines involved. I have virtual machines in my system which I am trying to get to accesss files on this computer, but I don't think that counts.

View 2 Replies View Related

General :: Can't Find A Library - Get A 32-bit Executable To Run On 64-bit Ubuntu?

Mar 10, 2010

I am trying to get a 32-bit executable to run on 64-bit Ubuntu. I had to install multilib, and then when I ran the executable, I got this error:

Code:

./x86/bin/target_base_mac: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory
So I installed libxml2, but I still get that same error. The file does exist:

Code:

test@olds:~/simulation$ ls -lrt /usr/lib/libxml2.so.2
lrwxrwxrwx 1 root root 16 2010-03-10 13:05 /usr/lib/libxml2.so.2 -> libxml2.so.2.7.5

View 3 Replies View Related

General :: Runtest Error: Couldn't Find Library File Gcc-dg.exp

Sep 16, 2010

I am trying to run i386 in gcc_test-suite using dejagnu runtest and it fails with error given below. I can see that gcc-dg.exp is in folder gcc-4.6-20100911/gcc/testsuite/lib, but runtest is not searching in this folder.

how to resolve this issue and run only i386 tests.

$ cd /gcc-4.6-20100911/gcc/testsuite/gcc.target
$ runtest -a -tool i386 -verbose
....
....
Looking for library file /usr/local/share/dejagnu/lib/gcc-dg.exp

[Code].....

View 6 Replies View Related

General :: Find Memory Usage Of Shared Library Running In System?

Nov 30, 2010

I need to find the memory usage of a shared library loaded in Linux environment.

I need this information for deciding on whether to make the library part in to application or a seperate application itself.

View 3 Replies View Related

Slackware :: In Multilib Can The Same Library Be Installed Under Each Architecture

Feb 24, 2011

A certain program I use requires pango and gtkglext in 32 bit. I had already installed both of these in 64, and just now I downloaded .rpms for them in 32 bit and used rpm2tgz to turn them into .tgz files. The application i needed them for now works fine, but I'm wondering if installing precompiled packages like I did may mess with the 64 bit installs I already did, or if they can both be installed at the same time without any issues.

View 3 Replies View Related

General :: Sh Can't Find 'cc' When Gcc Has Already Been Installed?

Aug 9, 2010

I am trying to compile an android project, which requires GCC-4.3(mandatory, GCC-4.4 doesn't work). So I downgraded the gcc-4.4 on my ubuntu 10.04 to gcc-4.3.

But then the compiling process doesn't work. It says:
cc: command not found
make: *** [...] error 127

It's weird that the shell can't find 'cc' while I do have gcc-4.3 installed.
I've tried type the following command:
export CC="/usr/bin/gcc-4.3"
but I don't know what's it for.

View 6 Replies View Related

Server :: Useradd & Smbpasswd Using Shell Script?

Apr 5, 2011

how to useradd & smbpasswd using shell script.The below script i tried but its not working.

echo "$ecare2@" | smbpasswd -as "$ramecare"

View 5 Replies View Related

General :: Where To Find Out Where A Package Has Been Installed To

Feb 27, 2011

Fedora 14 xfceI have installed a package using yum install package-name.However, I can't seen to find out where it has been installed to.Is there any command that will tell me what directory the files have been installed to?

View 2 Replies View Related

General :: Find Out Prerequisites Are Installed Or Not?

Mar 28, 2011

im trying to install cclive, in its INSTALL file they have given some prerequisites, how can i find out those are installed in my centos or not.

Prerequisites for cclive are given below

* libquvi (0.2.0+)
* libboost (1.42.0+)
* libpcrecpp (8.02+)
* libcurl (7.20.0+)

View 7 Replies View Related

Ubuntu Installation :: Gd Library Installed Via Apt-get Install Php5-gd Command

Jan 14, 2010

I've PHP5 installed on my server, and just recently I installed a new application that requires gd library.

understand that I can have gd library installed via apt-get install php5-gd command.

Question: do I need to remove php5 instance (which was installed together with apache2/mysql using tasksel command) prior to installing php5-gd?

View 1 Replies View Related

Ubuntu Security :: Metasploit - Ruby-openssl Library Not Installed

Apr 20, 2010

I just installed it by following steps in [URL]

but when I run "msfconsole", I got the following error messages telling me that ruby-openssl is not installed. I installed it "apt-get install libopenssl-ruby" but same message still comes again. I'm running Ubuntu 9.10.

root@qa-ud910-32-1:/opt/metasploit3/msf3/external/ruby-lorcon2# msfconsole
*** The ruby-openssl library is not installed, many features will be disabled!
*** Examples: Meterpreter, SSL Sockets, SMB/NTLM Authentication, and more
[-] ***

[Code]....

View 6 Replies View Related

Ubuntu :: QT Creator Cannot Find C++ Library

Jul 28, 2010

I installed Qt SDK for Linux/X11 on my Lucid. But when I try to write a simple program, Qt Creator cannot recognize the c++ headers.

Exact message when I used #include <iostream> : "iostream:No such file or directory".

Seems it cannot find the C++ standard library headers. Also gives a similar error when I try to use the std namespace.

How can I resolve this? From where and how can I give the C++ headers to the Qt Creator.

View 5 Replies View Related

Software :: Cannot Find Shared Library

Feb 18, 2010

I am trying to install the WebSphere MQ Client on a Red Hat Version 5 server with OS x86_64bit.. When I try the first step of there process it fails trying to find shared libraries:ERROR: Installation will not succeed unless the license agreement can be accepted. The MQ Client is 32 bit, but I am told it should work on 64 bit server...

View 2 Replies View Related

General :: Windows - Find The Architecture Of OS Installed?

Aug 9, 2010

I'm using Core 2 Duo. So, from Intel website I found that it is 64-bit architecture CPU.

Long back I've installed Ubuntu OS on this machine. But I'm not sure if I installed x86-32 or x86-64 version of Linux. I want to know which version of Linux I'm using. How to know that?

How to find the same on windows?

View 4 Replies View Related

General :: Find All Services Are Installed Or Not In Redhat

Sep 29, 2010

how can i find all services are installed or not in redhat linux.

View 1 Replies View Related

General :: Can't Find Setup-installed Components?

Feb 6, 2011

I'm installing LoL using Wine and I can't find where setup has put the files. When I type "wine lol.launcher" it says "wine: cannot find L"c:\windows\system32\lol.launcher". For that matter I can't find where the setup program has installed any of the LoL components

View 1 Replies View Related

OpenSUSE :: Get An Error That It Can Not Find A Library File?

Aug 22, 2011

It is a digital simulation program that works with QUCS which is anelectrical circuit simulator.I can compile it and install it using the normal:

./configure
make
sudo make install

[code]....

View 4 Replies View Related

Red Hat / Fedora :: Download A Library Manually, Can't Find It?

Sep 16, 2010

I need to download the following library: rpmlib(PayloadIsLzma) <= 4.4.2-1It seems it's on this site, but the site is having issues or something: [URL]This machine is not connected to the internet nor can it be.I installed the libg2c.so.0 library [URL]and now am having to insatll its dependencies

View 1 Replies View Related

CentOS 5 :: Can't Find - Download A Library Manually ?

Sep 16, 2010

I need to download the following library: rpmlib(PayloadIsLzma) <= 4.4.2-1

It seems it's on this site, but the site is having issues or something: [url]

This machine is not connected to the internet nor can it be.

I installed the libg2c.so.0 library [url] and now am having to insatll its dependencies.

To see links, copy and paste in browser and remove spaces. I don't have 15 posts yet to post links!

View 1 Replies View Related

General :: Find Installed Location Of RPM Package In Unix?

Mar 26, 2010

Using rpm -qa | grep -i <pkgname> gives if a package is installed or not.

But, I would like to find out where a package is already installed i.e the location where a particular package is installed say /opt/<pkg>

View 2 Replies View Related

General :: How To Find All Files Not Part Of Installed Distro

May 19, 2011

I loaded a distro (which does not seem relevant) onto my laptop and used it for a while. Applications did whatever they do creating and saving files. I know that I have images and documents and videos and music and such on the laptop among other non-distro data files. Is there a simple (straightforward) way to identify which files on disk are NOT part of the installed distro? I know how to use find. I know that find lets me locate files based on some date-time-stamp. I know, too, that I can use any selected file as a benchmark date-time instead of some specific command line string.

For example:
Code:
Find files whose modification date is before (or after) the date(s) associated with the file /path/foo.bar.
Is there any one file that I could use to peg the distro install date? Can I get that date from somewhere else like a file system details?

View 14 Replies View Related

General :: Find Out What Sound Player Is Installed For Ubuntu 9.10 ?

Jan 19, 2010

trying to get kismet to play sounds

-how do i find out what the sound application is used to play sound files?
-how do i find out what sound player is installed?
-sound application use to play the sound files.

....right its installed on my pc but im also goin to install kismet(ubuntu9.10) on my laptop. will it be the same?

View 1 Replies View Related

General :: Where To Find Icons From Newly Installed Programs?

Jan 14, 2011

For every program I've installed, I can see an icon in the applications menu. But, I'd like to be able to find the actual icon so I can use it on panels and such in gnome.

Is there a standard place where icons from the applications menu are found?

View 1 Replies View Related

Fedora :: Can't Find C Library Manual Pages On 11 / Solve It?

Oct 5, 2009

I cannot find the C library manual pages on fedora 11. Are info pages the same as man pages?
or how can I install man pages so that I can use man 3 malloc?

View 8 Replies View Related

Programming :: Find Sys/types.h File / Library Files?

Mar 24, 2009

can anyone provide me with the path where i can find the library files. stdio.h, sys/types.h.......

View 4 Replies View Related

General :: Lost Bootsector Of Windows7 - Installed Ubuntu - Can't Find W7 Either

Dec 19, 2010

In other words, I somehow deleted the first partition of Windows7, the windows reserved system partition. WHat is the quickest way I can rescue this system? Client has been waiting for her machine a long time already, I have to delived today, no time to re-install windows7.

View 4 Replies View Related

OpenSUSE :: Install Boxee / Error: Could Not Find A Required Library

Feb 10, 2011

I am trying desperatly to install boxee onto my pc Boxee - Watch Movies, TV Shows and clips from the Internet on your TV.without success.I have downloaded the source code from the site and have ran

./bootstrap
./configure

The ./configure last few lines =
checking for boost/shared_ptr.hpp... yes
checking for main in -lGL... no
configure: error: Could not find a required library. Please see the README for your platform.

I'm not sure what this lGL is referring to. The readme states that I need the below to run the configure, though that doesn't say lGL either?

Build-Depends: debhelper (>= 7.0.50), quilt, python-support, cmake,
autotools-dev, autoconf, automake, unzip, libboost-dev,
libgl1-mesa-dev | libgl-dev, libglu-dev, libglew-dev, libmad0-dev, libjpeg-dev,
libsamplerate-dev, libogg-dev, libvorbis-dev, libfreetype6-dev,
libfontconfig-dev, libbz2-dev, libfribidi-dev, libsqlite3-dev,
code....

View 1 Replies View Related

Software :: LD_LIBRARY_PATH Is Mentioned With The Library Path: /usr/bin/ld: Cannot Find -ljson

Aug 5, 2011

I am using json library for my application. I have mentioned the path where the library resides in the LD_LIBRARY_PATH. while compiling i have given the following commands.

gcc -o pafitest pafi_test_app.o -ljson

but still i am getting this following error.

/usr/bin/ld: cannot find -ljson
collect2: ld returned 1 exit status

View 1 Replies View Related







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