installing filezila in rhel5

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat installing filezila in rhel5
# 1  
Old 09-23-2010
installing filezila in rhel5

Hi,

I'm currently having problems in installing filezila in rhel5.

I refered to
Compiling and installing software from source in Linux
Compiling and installing software from source in Linux

so from my understandings

Code:
# tar xvzf package.tar.gz (or tar xvjf package.tar.bz2)
        # cd package
        # ./configure
        # make
        # make install



i folllowed the steps.

configure showed
Code:
checking for wx-config... no
configure: error:
                wxWidgets must be installed on your system
                but wx-config script couldn't be found.

                Please check that wx-config is in path, the directory
                where wxWidgets libraries are installed (returned by
                'wx-config --libs' command) is in LD_LIBRARY_PATH or
                equivalent variable and wxWidgets version is 2.8.9 or above.


but when I use "make" the following is shown
Code:
[root@Test filezilla-3.2.5]# make
make: *** No targets specified and no makefile found.  Stop.
[root@Test filezilla-3.2.5]# pwd
/root/Desktop/freewares/filezilla-3.2.5

please advice

Code:
root@Test filezilla-3.2.5]# ls
aclocal.m4  config        data                INSTALL       NEWS    wxwin.m4
AUTHORS     configure     docs                libgnutls.m4  pkg.m4
autogen.sh  configure.in  filezilla.kdevelop  locales       README
ChangeLog   COPYING       fz_checkversion.m4  Makefile.am   src
compile     cppunit.m4    GPL.html            Makefile.in   tests

# 2  
Old 09-23-2010
As the error message suggests, you need to download and install wxWidgets before compiling filezilla.

I you have access to a yum repository, the package can be found as "wxGTK"
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

RHEL5.4 Upgrade

Hello, WE currently have a RedHat5.4 server which we need to upgrade with latest patches. This runs database Oracle 11gR2. If anyone can suggest if it is better to perform patches update or just migrate to a higher supported RHEL5.x version.. From what I know Oracle 11gR2 is supported by... (2 Replies)
Discussion started by: ikn3
2 Replies

2. Red Hat

Patch Rhel5.4

Hi, I am managing a Few Applications (like Apache,Jboss) running on RHEL 5.4. I have just been notified that these servers need to be patched. My question is ,will the configurations for Apache and Jboss and other applications get disturbed if the server is patched.? If so what precautions... (5 Replies)
Discussion started by: Hari_Ganesh
5 Replies

3. Red Hat

RHEL5.4 upgrade

Hi All, I want to upgrade a VM server from RHEL5.4 to RHEL5.5. My server is inside my office intranet and the yum.conf contents look like this: cachedir=/var/cache/yum keepcache=0 debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest distroverpkg=redhat-release tolerant=1... (2 Replies)
Discussion started by: Hari_Ganesh
2 Replies

4. Red Hat

playing sound in rhel5.1 ?

please any body tell me how to play sound using RealPlayer11 loaded in Rhel5.1? (1 Reply)
Discussion started by: rangaprem
1 Replies

5. Red Hat

Please help: Rhel5.6 and ldap+sasl

On Debian i set my ldap server,using tls and all works ok. On Redhat i have set my ldap server,using tls ok...but when i try to use ldapsearch without -x and with rootpw(created with slappasswd) it ask for sasl password! The question is: is possible to disable sasl? Thanks (2 Replies)
Discussion started by: Linusolaradm1
2 Replies

6. Red Hat

samba on RHEL5

morning all, anyone has installed samba on redhat el 5 server? after installed service (smb service in) where to edit samba configurations? as for the el4, on desktop in application --> system setting --> server setting -- > samba. but in el5, in the server setting no such samba... (5 Replies)
Discussion started by: maxlee24
5 Replies

7. Red Hat

Meld on RHEL5

Hi All I'm trying to run meld on RHEL5, to diff 2 directories. I able to see the files in diff. But when I click on the file to view the diff, I get the below error. Anyway to resolve this? Meld version that I use is 1.3.3. (meld:14757): libgnomevfs-CRITICAL **:... (1 Reply)
Discussion started by: visionofarun
1 Replies

8. Red Hat

Best Book For RHEL5

Hey friends Anyone tell me the best book for learning RHEL5 from basic to master including everything that we can do with microsoft windows and server. Does anyone know any good institute for red hat linux server in delhi,india (1 Reply)
Discussion started by: neerajrawat1
1 Replies

9. Red Hat

Squirrelmail Rhel5

Hi , I am trying for squirrelmail In Rhel 5 I have the Image of the DVD .But in that I can't Find the squirrelmail-1.4.2-1.noarch.rpm And i downloaded the same but it is not working . can anyone can give any link to download the same for Rhel5.?? Thanks (1 Reply)
Discussion started by: saurabh84g
1 Replies

10. Linux

Installing Firefox and now ended up installing latest glibc

Hi all, I wanted to install the latest version of firefox 2 but it seems when I attempt to install it, it seems to be saying it is looking for c libraries version 2.3? I believe I currently have an older version of the c libraries. I am currently running Sun's JDS Linux 2003. My Mozilla web... (1 Reply)
Discussion started by: scriptingmani
1 Replies
Login or Register to Ask a Question