Sponsored Content
Full Discussion: Need Help To Install Bash
Operating Systems Solaris Need Help To Install Bash Post 39927 by ThePicklerUK on Friday 5th of September 2003 08:37:46 AM
Old 09-05-2003
Need Help To Install Bash

Hi,

I'm kinda new to doing anything too complicated on unix. I'm trying to install bash 2.05b and have run into trouble. I have got the source code in a directory I have created called bashInstall.

I have run the config by doing....

sh ./configure and I get the following =>

aseries > sh ./configure
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) ./install.sh -c
checking how to run the C preprocessor... (cached) gcc -E
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether cross-compiling... (cached) no
checking for ANSI C header files... (cached) yes
creating ./config.status
creating Makefile

However when I try and compile using make I get......
make: *** No rule to make target `../config.h', needed by `mkbuiltins.o'. Stop.

Now I thought configure should create a config.h file. Can't find one anywhere. I have done a find on the whole box. In the Makefile it seems to reference ../config.h all over the place. But it definetely wasn't created in the sub directory.

Anyone got any ideas?

Thanks in advance.

Mark

Smilie
 

10 More Discussions You Might Find Interesting

1. HP-UX

how to install bash

i'm newbie hp-ux . i want to install on my hp-ux B.11.23. actually i installed bash but when i run # bash /usr/lib/hpux32/dld.so: Unable to find library 'libtermcap.so'. Killed how can i install bash ? any doc or how to ? best regards (3 Replies)
Discussion started by: galkan
3 Replies

2. HP-UX

Oracle 9i install: Error in invoking target install of makefile

I receive an error while installing Oracle 9i: Error in invoking target install of makefile /opt/oracle/product/9.2.0/sqlplus/lib/ins_sqlplus.mk Furthermore: $ whoami oracle $ echo $ORACLE_HOME /opt/oracle/product/9.2.0 $ pwd /opt/oracle/product/9.2.0/sqlplus/lib $ ll total... (5 Replies)
Discussion started by: chris2005
5 Replies

3. Linux

Install bash command

Hello, I am trying to copy some dirs and files over from one part of my server to the other with groups, owners and permissions so . . . I am using the command: install -m <777> -o <owner> -g <group> /<source>/* /<destination> This works fine for the files but gives me "install:... (1 Reply)
Discussion started by: dave_c00
1 Replies

4. Linux

install macbook pro fedora10 ???((<<if can install, how to install? >> ))

If may install can Tells everybody ??? (0 Replies)
Discussion started by: kzBSD
0 Replies

5. AIX

Install bash on AIX

Hi, Im trying to install bash on AIX, I have rpm installed but get: rpm --install bash-3.0-19.3.ppc.rpm error: failed dependencies: libc.so.6 is needed by bash-3.0-19.3 libc.so.6(GLIBC_2.0) is needed by bash-3.0-19.3 libc.so.6(GLIBC_2.1) is needed by... (0 Replies)
Discussion started by: chris5126
0 Replies

6. Solaris

Solaris 10 install dvd drive boots, but not recoginized by install process

I am trying to build a Sun Ultra 10 with solaris 10. This computer is one of a collection that was donated to the non-profic company I work for. All media was wiped before I recieved them, so I am starting from stratch. I downloaded the Solaris 10 ISO and burned a DVD. The computer came with a... (4 Replies)
Discussion started by: gwillhight
4 Replies

7. OS X (Apple)

Where should I install an alias file under UNIX bash ?

I have a file named 'aliases' which contains a list of aliases like: alias loc='locate' alias h='history' alias .='pwd' alias ..='cd ..' alias cd..='cd .. ; pwd' .............................. Where should I put this file (alias) so when Terminal launches .bash and thus a shell at... (1 Reply)
Discussion started by: shub22
1 Replies

8. Shell Programming and Scripting

Automated Bash Install Script

I'm making an automated bash install script. When you install mysql-server using apt-get, there's a blue dialog screen where it wants you to chose your mysql root password. Is there a way to pre-define the password in the apt-get command, or have it not chose a root password? It's not a... (2 Replies)
Discussion started by: Matezius
2 Replies

9. Solaris

How to install bash 3.0?

Solaris has bash 3.2 but i need bash 3.0, How we can do this and link for binaries (1 Reply)
Discussion started by: Deepak416
1 Replies

10. HP-UX

BASH install

Hi im trying to install BASH on my hp-ux i have the depot file on my machine. im runnig the command: swinstall -s "name of the file" and on the very first screen im unable to pass the first phase, please see the screen shots attached. what am i doing wrong? im logged in as "root" (2 Replies)
Discussion started by: guy3145
2 Replies
mount_cachefs(1M)					  System Administration Commands					 mount_cachefs(1M)

NAME
mount_cachefs - mount CacheFS file systems SYNOPSIS
mount -F cachefs [generic_options] -o backfstype=file_system_type [specific_options] [-O] special mount_point DESCRIPTION
The CacheFS-specific version of the mount command mounts a cached file system; if necessary, it NFS-mounts its back file system. It also provides a number of CacheFS-specific options for controlling the caching process. For more information regarding back file systems, refer to the . mount_cachefs cannot be used with replicated NFS mounts. mount_cachefs creates a pass through when used with an NFS version 4 mount. No caching is performed. OPTIONS
To mount a CacheFS file system, use the generic mount command with the -F option followed by the argument cachefs. See mount(1M) for a list of supported generic_options. -o specific_options Specify CacheFS file system specific options in a comma-separated list with no intervening spaces. acdirmax=n Specifies that cached attributes are held for no more than n seconds after directory update. After n seconds, all directory information is purged from the cache. The default value is 30 seconds. acdirmin=n Specifies that cached attributes are held for at least n seconds after directory update. After n seconds, CacheFS checks to see if the directory modification time on the back file system has changed. If it has, all information about the directory is purged from the cache and new data is retrieved from the back file system. The default value is 30 seconds. acregmax=n Specifies that cached attributes are held for no more than n seconds after file modification. After n seconds, all file information is purged from the cache. The default value is 30 seconds. acregmin=n Specifies that cached attributes are held for at least n seconds after file modification. After n seconds, CacheFS checks to see if the file modification time on the back file system has changed. If it has, all informa- tion about the file is purged from the cache and new data is retrieved from the back file system. The default value is 30 seconds. actimeo=n Sets acregmin, acregmax, acdirmin, and acdirmax to n. backfstype=file_system_type The file system type of the back file system (can be nfs or hsfs). backpath=path Specifies where the back file system is already mounted. If this argument is not supplied, CacheFS determines a mount point for the back file system. The back file system must be read-only. cachedir=directory The name of the cache directory. cacheid=ID ID is a string specifying a particular instance of a cache. If you do not specify a cache ID, CacheFS will con- struct one. demandconst Verifies cache consistency only when explicitly requested, rather than the periodic checking that is done by default. A consistency check is requested by using the -s option of the cfsadmin(1M) command. This option is useful for back file systems that change infrequently, for example, /usr/openwin. demandconst and noconst are mutually exclusive. local-access Causes the front file system to interpret the mode bits used for access checking instead of having the back file system verify access permissions. Do not use this argument with secure NFS. noconst Disables cache consistency checking. By default, periodic consistency checking is enabled. Specify noconst only when you know that the back file system will not be modified. Trying to perform cache consistency check using cfsadmin -s will result in error. demandconst and noconst are mutually exclusive. write-around | non-shared Write modes for CacheFS. The write-around mode (the default) handles writes the same as NFS does; that is, writes are made to the back file system, and the affected file is purged from the cache. You can use the non- shared mode when you are sure that no one else will be writing to the cached file system. In this mode, all writes are made to both the front and the back file system, and the file remains in the cache. -O Overlay mount. Allows the filesystem to be mounted over an existing mount point, making the underlying filesystem inaccessible. If a mount is attempted on a pre-existing mount point without setting this flag, mount will fail with the error: mount -F cachefs: mount failed Device busy. EXAMPLES
Example 1 CacheFS-mounting a File System The following example CacheFS-mounts the file system server1:/user2, which is already NFS-mounted on /usr/abc as /xyz. example# mount -F cachefs -o backfstype=nfs,backpath=/usr/abc, cachedir=/cache1 server1:/user2 /xyz The lines similar to the following appear in the /etc/mnttab file after the mount command is executed: server1:/user2 /usr/abc nfs /usr/abc /cache1/xyz cachefs backfstype=nfs ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
cfsadmin(1M), fsck_cachefs(1M), mount(1M), attributes(5) BUGS
The output for the generic_option -p output is incorrect for cachefs. SunOS 5.11 18 Mar 2004 mount_cachefs(1M)
All times are GMT -4. The time now is 03:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy