Ubuntu :: Can't Find Executables With 'which'?

May 13, 2009

I have a 'bin' directory in my home that contains executables. For example: scandirs.sh.It's in my PATH, so I can just type 'scan{tab}{tab} to run it. But 'which scandirs.sh' returns nothing.

View 8 Replies


ADVERTISEMENT

Ubuntu :: How To Find Location Of Executables

Feb 23, 2011

I just installed the xubuntu-desktop package on my netbook (running UNR), and I've got one major complaint about xfce.

I can't right-click on icons in the Applications menu and add them to the launcher!Instead I have to know the location of the executable for the application, so that I can right-click the panel, add a launcher, and then type the location of the executable in and manually select an icon for it...Of course it probably wouldn't be a pain if I could find everything. In Windows, if I want to know the location of a program that's running, I just open Task Manager, right-click the application, and select Properties.

Is there some equivalent or command-line way of finding the location of a running application in Linux?

A few I'd like to know the location of are:
1) Gnome System Monitor
2) Terminal
3) Swiftfox
... and I'll probably think of others.

Even though I'm using XFCE, I figured this fell under the "all variants" category since my main question is just how to find the locations of executables...

View 7 Replies View Related

General :: Bash 'can't Find' Binary Executables

Apr 16, 2009

I am working on a custom hand-held device which runs a variant of Ubuntu Linux, 2.6.18. I have a set of 4 binary files (for oprofile) which have been known to run in this environment, but when I copy them to /usr/bin, I can't run them: I get this message;root@ldogberry:/usr/bin# ./ophelp-sh: ./ophelp: not foundThis happens when I specify the full path, when I run from the /usr/bin directory -- it happens no matter what. Bash even does command-line completion on the file -- and then turns around and instantly claims the file is not found.

View 7 Replies View Related

General :: Cant Find Executables To Update Paths?

Nov 24, 2010

How do I find paths on ubuntu. I have installed redcar(ide written in ruby similar to textmate) and rvm for ruby. However I cannot locate where the executables are to update my .bashrc.

View 2 Replies View Related

Ubuntu :: How To Turn Off Executables

Jul 28, 2010

When I mistype a name of an executable program in terminal, ubuntu tries to search for similar programs in packages and then suggests names. This takes time, slowing down work and entirely useless for me. How to turn this feature off?

I personally can't even find a reason for implementing this feature and rather making it turned on by default. If someone needs a tool, he/she can search through packages.

View 2 Replies View Related

Ubuntu :: Run Executables On Netbook?

Jul 12, 2011

i am trying to run an executable file called "q" with ./q but it says

@ubuntu:~/q/l32$ ./q
bash: ./q: No such file or directory what am i doing wrong?

View 9 Replies View Related

Ubuntu Installation :: Run Executables After Compilation ?

Jun 12, 2010

I'm wondering why in order to run executables after compilation i have to type >"./executableName" I want it to type it just like >"executableName" (with no "./")

I don't know if this matters but I'm using tcsh for my shell...

View 2 Replies View Related

Ubuntu :: Running Executables From The Terminal ?

Jun 26, 2011

I'm trying to run flasm from the terminal prompt but I don't really know what I'm doing.

It may be an incompatible program for all I know but as I don't know how to run any .exe from the Terminal I have no way of knowing.

I've tried entering the directory, as in:

Code:

But it say's the directory doesn't exist. But it does...

Code:

View 5 Replies View Related

Ubuntu :: Install Executables In Bin Folder

Jun 19, 2011

I want to install an executeable and I am not sure how to do this. My intuition was to copy the executeable in the /usr/bin folder, but when I call it now, it says permission denied (and obviously I don't want to call the program with sudo every time).

View 3 Replies View Related

General :: Run 64-bit Executables On A 32-bit?

Feb 22, 2010

run 64-bit executables on a 32-bit?If yes, how?

OS: 32-bit Red Hat Enterprise Linux Client release 5.4 (Tikanga)

View 3 Replies View Related

Ubuntu :: Opening Windows Executables In Wine ?

Jul 29, 2011

Have installed Wine - version 1.2.3-Oubuntu1-ppa2-maverick1(wine1.2) from the Ubuntu softwear center . Downloaded windows executable PAF5EnglishSetup.exe which is a Genealogy softwear program from a trusted source (familysearch.org) .

However , when i attempt to open with Wine Windows Program Loader i get the pop up window saying the file is not marked as executable then reference to "executable bit" . I then see the following:

"You should only mark a file as executable via the file permissions if you know what you are doing." I do not know what i am doing . Therefore , reluctant to go messing with something i am not familiar with but i really need this softwear installed .

View 5 Replies View Related

Fedora :: C Compiler Can Not Create Executables ?

Jan 6, 2010

I am trying to compile wine from source.

When I run:

Code:

I get this output:

Code:

I need gcc and g++ installed; I installed both of these through yum.

I have looked through config.log, however I do not know what to look for in there for something that might be the problem.

View 3 Replies View Related

Fedora :: Wine - Can't Open Executables In The GUI

Jun 10, 2010

I have been trying to get Wine to work in Fedora and have had nothing but problems. First of all, I can't open executables in the GUI. If I try, I get a message that says, "The program start.exe has encountered a serious problem and needs to close."

I can open .exe's in the terminal, but when I tried to install iTunes it wasn't able to complete the installation. I got an error message from SELinux that said something about a memory error, and then it asked me if I wanted to turn off some sort of memory management setting. I said yes and it asked me for my password, which I gave, and then it said "unable to grant access". It no longer gives me this error message (that's why I can't recall what it said verbatim), and instead just hangs at the point where I got the error message before. I've tried using Wine in Ubuntu before and could never get anything working in a half-decent way, so this isn't a big surprise.

View 6 Replies View Related

General :: Call Other Executables From Cpp Code?

Jan 18, 2010

I want to launch other executable from my cpp code. I am aware that system() call may do this , But, problem is that , I want my cpp code to capture the standard hat "called" program is writing to stdout.

View 2 Replies View Related

Software :: Subversion: How To Checkin Executables

Jun 22, 2010

I have C/C++ source codes and the corresponding binaries in proj/src and proj/bin.I have `import`ed both directories into my svn project and then `checkout`ed both. Later I made changes to the source code and hence new executables, but I'm not able to `checkin` the executables back to the svn project.`svn status` ignores the executables in the proj/bin directory. What should I do to `checkin` executables?

View 1 Replies View Related

Programming :: Subversion: How To Checkin Executables

Jun 22, 2010

(cross-posted in LQ>Forums>Linux>Software)I have Subversion 1.6.6 on Linux.I have C/C++ source codes and the corresponding binaries in proj/src and proj/bin.I have `import`ed both directories into my svn project and then `checkout`ed both. Later I made changes to the source code and hence new executables, but I'm not able to `checkin` the executables back to the svn project.`svn status` ignores the executables in the proj/bin directory. What should I do to `checkin` executables?

View 3 Replies View Related

Slackware :: C Compiler Not Being Able To Create Executables?

Apr 14, 2010

I was trying to compile xbmc today, and got the error about the c compiler not being able to create executables. I did a search on the forum, and found something from 2004.None of the suggestions there worked for me. I can compile libraries, because I did a few for dependencies. The last thing I compiled with an executable was BloodFrontier, and it works perfectly.

View 14 Replies View Related

Slackware :: C Compiler Cannot Create Executables?

Jan 7, 2011

earlier this morning, i compiled Qtcurve with no issues. but now, when i try to compile Avant Window Navigator, i get a strange error. everything begins to compile, it checks dependencies, begins compiling, and then i get this error:

Code:
checking for C compiler default output file name...
configure: error: C compiler cannot create executables

[code]...

View 3 Replies View Related

OpenSUSE :: Executables Try To Install Thunderball Game?

May 10, 2011

After getting 11.4 up and running, I wanted to install some of the programmes I use.when ever I click on the executable file it tries to down load the thunderball game, and when i try Code:./setup it denies permission even as su.this happens on two different applications i am trying to install. (only two i have tried)

View 1 Replies View Related

General :: Excluding Executables In A Sub-directory From Tar Backups?

Jul 29, 2010

Just trying to set up a new backup using tar, but there are a few things I dont want to include. Using --exclude I can exclude sub-directories, but how do I exclude specific files in a subdirectory that are (for instance) executables or have a specific extension?

View 5 Replies View Related

CentOS 5 :: Fortran 77 Compiler Cannot Create Executables

Sep 16, 2010

When I tried to install a software, quantum-espresso [URL], I failed to install "espresso-4.2.1.tar.gz"and got a message as the following:

[espresso-4.2.1]$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking architecture... x86_64
checking for ifort... ifort

[Code]....

My server is Dell PowderEdge SC1430 (intel CPU) where CentOS 5 and ifort11.0 are installed.

View 1 Replies View Related

Ubuntu :: Unable To Open Executables With WINE Program Loader Since Upgrade

May 11, 2011

Since ugprading today to a fresh install of Xubuntu 11.04 I am unable to open .exe's through Thunar my file manager with 'WINE Program Loader'

Wine 1.2.2.

When I try to i receive the error:

Quote:

The file '/media/DUMP/Downloads/anything.exe' is not marked as executable. If this was downloaded or copied from an untrusted source, it may be dangerous to run. For more details, read about the executable bit.

When I check the permissions tab of properties there is no option to make it executable as per screenshot.

Also using chmod +x doesn't change anything but I am able to open .exe using WINE in the terminal but I would rather I did not have to do this every time I use WINE.

I have no intention of using mIRC, it was just a small windows installer I downloaded for testing.

View 7 Replies View Related

Software :: Compile Error With Ntfs-3g - C Compiler Cannot Create Executables

Jun 10, 2010

I'm trying to do a ./configure on ntfs-3g, and I get this error that says "error: C compiler cannot create executables." I have gcc, g++ and everything installed, but I don't have build-essential. It's an offline server so I can't use apt-get to install it. I also can't find an RPM for CentOS. Is that what I need to resolve this? Or is this error caused by something else?

View 8 Replies View Related

Software :: Configure Error - Compiler Cannot Create Working Executables

Dec 9, 2010

I'm trying to compile a program on Cygwin and it seems like as soon as I solve one problem, another pops up. This time, trying to run configure gets me an error message.

The relevant part of my config.log is included below:

I installed Cygwin with everything that was in the Devel folder, just to be on the safe side.

View 6 Replies View Related

Software :: Link Custom Libraries To Target Executables Using In G++ Linker

Jun 29, 2010

I am having some trouble when I try to link my custom libraries to target executables. There are two libraries

liba
libb

and an executable exec based on main.o The library libb has some reference to liba. Now if I put the libraries in same directories, I can compile the code as g++ -o exec main.o liba.a libb.a But, if I put the libraries in different directories, say d1 and d2, and use the command as g++ -o exec main.o d1/liba.a d2/libb.a I get an error as undefined reference to some function in liba. I am not sure if I am missing some thing in linking process. Also, if libb doesnot refer any functions in liba, there is no error in either of the case.

View 1 Replies View Related

Fedora :: Running Ratiomaster In Fc6 - "install The Windows Version Of Mono To Run .NET Executables"

Apr 24, 2010

i am trying to wine ratiomaster.exe in fc6 but i get the following message: "install the Windows version of Mono to run .NET executables"

does anyone knows what to do? ps: no, i cant upgrade fedora but i think this should not be a problem.

View 8 Replies View Related

OpenSUSE :: Cannot Open "executables"?

Mar 22, 2011

I recently installed 11.4. It's awesome. But when I tried to run opensong portable from my flash drive--the same file that I ran in openSUSE 11.3--it gives this dialog:There is no application installed that can open files of the type executable (application/x-executable).Do you want to try to install one?When I clicked "Install", it opened up yast and installed "TrackBalls", a game. I don't know how trackballs is supposed to help me run opensong.

View 9 Replies View Related

Ubuntu :: Find Command Does Not Find All Files?

Aug 9, 2011

The find command does not seem to find all files in my directory hierarchy. My home directory is automounted from a server. The command to illustrate this is:find | sed -e 's/^.///' | sed -e 's//.*//' | sort -uThe result misses several directories. Likewise, a find of a particular file, like:find . -iname *sample* -printwhere sample_file.txt resides in one of the directories that is missing in the first find command, finds nothing

View 4 Replies View Related

General :: Find Mechanism With Irregular Expression (find Command) Or Perl?

Sep 7, 2010

I have 4 Linux machines with cluster.My target is to find all kind of IP address (xxx.xxx.xxx.xxx) in every file in the linux system remark: need to scan each file in the linux system and verify if the file include IP address if yes need to print the IP as the following

more /etc/inet/file.example1

182.23.2.4
255.255.0.0
10.10.1.1

View 1 Replies View Related

General :: Find/grep/wc Command To Find Matching Files - Print Filename And Word Count?

Sep 11, 2009

I am trying to do a find/grep/wc command to find matching files, print the filename and then the word count of a specific pattern per file. Here is my best (non-working) attempt so far:

wc `find . ( -name "*.as" -o -name "*.mxml" ) -exec grep -H HeightResizableList {}` ;

View 10 Replies View Related







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