Sponsored Content
Full Discussion: Manual software installation
Top Forums UNIX for Beginners Questions & Answers Manual software installation Post 302997730 by Corona688 on Thursday 18th of May 2017 02:40:54 PM
Old 05-18-2017
"no such file or directory" can sometimes mean "can't find a library I need".

Try ldd /bin/quantall to see what kind of executable it is, whether your system supports it, and whether it can find all the libraries it needs.

It's probably missing a few, and may need a special kernel module loaded to run it at all (if your system is 64-bit).

You might be able to coax it into working by copying over the libraries it needs, too. I suggest copying them into /opt/quantum and just symbolically linking them into /lib or /lib32 or what your system has. Easier to keep track.

P.S. "*.*" is a DOS-ism. On UNIX, * is sufficient.

Last edited by Corona688; 05-18-2017 at 03:51 PM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Software installation

I'm attempting to download gnu common lisp software on mac os x unix and having trouble with the ./configure command. It gives an error of: Unable to guess machine type use configure --enable-machine=XXX, for XXX such that h/XXX.defs exists, ie in h/386-bsd.defs h/FreeBSD.defs h/NeXT.defs.... ... (1 Reply)
Discussion started by: xaosai
1 Replies

2. Solaris

Software Installation

Hi All, I am new to Solaris Platform . I would like to know whether the machine on which I am working has Oracle9 installed on it or no? How do I proceed? Regards SONAL (3 Replies)
Discussion started by: sonbag_pspl
3 Replies

3. Solaris

Software Installation Help - Newbie

Let me start off by saying that I am by no means a unix person. I am tasked to install log4cxx on a brand new machine but it looks like we need the apr, apr-utils, libtool, make, autoconf, automake, and gcc packages just to install log4cxx. Our machine came with no c compiler so I couldn't build... (6 Replies)
Discussion started by: JohnRodey
6 Replies

4. AIX

Software Installation Problem

HI Everybody, I am a newbie of using AIX, would you mind telling me how to setup JOE and OpenSSH in AIX 5L 5.3. Thanks! Hugo (0 Replies)
Discussion started by: tknl
0 Replies

5. Solaris

Software installation help

Hi, I'm new to solaris basically, with a decent background in linux. But everything seems to have jsut enough differances to be problematic. two things i need answered are 1) How do i alter the network settings in Solaris 2.5.1? 2) how do i go about installing netscape (already got... (3 Replies)
Discussion started by: netstat
3 Replies

6. AIX

having problem with HDLM software installation

HI Guys, I have AIX 5.3 with TL05 ...I am trying to install HDLM 5.80/5.81 on this. Installed Hitachi.aix.support.rte file set. HDLM kept on installing ...it is not comming out .command status is "running" ============================================ Command: running stdout: yes ... (0 Replies)
Discussion started by: b_manu78
0 Replies

7. UNIX for Advanced & Expert Users

Software installation

Hi, Like Windows XP OS, when we will install a software it will go by default to C drive's Program file directory. So similarly if we will install the software in the Linux OS, where it will go by default ? (4 Replies)
Discussion started by: rajesh08
4 Replies

8. HP-UX

Software installation on HP-UX system

Hello, I work on an oil rig offshore with limited resources at my disposal at the moment. We have been trying to repair one of our IMS stations, but no one out here is familiar with UNIX and our ABB service rep is spotty at best. The machine is an HP 9000 running HP-UX 10.20. We are trying... (2 Replies)
Discussion started by: abollmeyer
2 Replies

9. Web Development

Your suggestion on Forum software installation

Hi all ! I will be very happy if I can get your valuable response, regarding forum software installation. Let me come to topic, In our institute we have planned to launch forum, which will be used by students and scientists, within intranet., I just gone through MyBB, PHPBB3 and fluxBB, which... (3 Replies)
Discussion started by: Akshay Hegde
3 Replies

10. UNIX for Dummies Questions & Answers

Error message while software installation

I got every time the same error leaving directory etc when i install any software. I put up the command and the error below, kindly help me out so i could proceed. csm@csm-HP-Z420:~$ cd Desktop/ csm@csm-HP-Z420:~/Desktop$ csm@csm-HP-Z420:~/Desktop$ cd microtar-0.9.6/... (8 Replies)
Discussion started by: harpreetmanku04
8 Replies
Mail::Milter::Module::VirusBounceSpew(3pm)		User Contributed Perl Documentation		Mail::Milter::Module::VirusBounceSpew(3pm)

NAME
Mail::Milter::Module::VirusBounceSpew - milter to reject antivirus messages typically sent to forged "senders" SYNOPSIS
use Mail::Milter::Module::VirusBounceSpew; my $milter = new Mail::Milter::Module::VirusBounceSpew; my $milter2 = &VirusBounceSpew; # convenience DESCRIPTION
This module rejects messages at the DATA phase by searching for known signs of misconfigured antivirus software. An increasing problem on the Internet as of this writing is a tendency for viruses and trojans to send mail with a forged envelope from address. This is triggering antivirus warning messages back to these forged senders. METHODS
new() Creates a VirusBounceSpew milter object. The match rules are internally hardcoded and may be examined by reading the module source. set_message(MESSAGE) Sets the message used when rejecting messages. This method returns a reference to the object itself, allowing this method call to be chained. BUGS
The rules could be much simpler, but at risk of catching legit mail. A future release will simplify the regex tests. AUTHOR
Todd Vierling, <tv@duh.org> <tv@pobox.com> SEE ALSO
Mail::Milter::Object perl v5.8.8 2004-02-26 Mail::Milter::Module::VirusBounceSpew(3pm)
All times are GMT -4. The time now is 01:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy