You are not logged in.

#1 2009-04-15 06:19:05

jai134
Member
Registered: 2008-11-26
Posts: 234

Foxitreader won't start

Hello. I have Gnome running without extra. I did an upgrade with yaourt this morning. I also installed foxitreader. One install with yaourt and one downloading from AUR using makepkg -s and pacman -U. When giving foxitreader command in terminal I get command not found. How to start it?
I have removed file and libsmbios according to yaourt after upgrade as it told me they where orphans. Don't know if they are needed for foxit. Someone who has an idea?

Offline

#2 2009-04-15 11:14:43

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: Foxitreader won't start

You get command not found? It says foxitreader is not found, or another name?

Offline

#3 2009-04-15 12:25:33

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: Foxitreader won't start

What does "pacman -Ql foxitreader | grep bin" print out?

Offline

#4 2009-04-15 14:08:47

jai134
Member
Registered: 2008-11-26
Posts: 234

Re: Foxitreader won't start

I get "bash: foxitreader: command not found" and
foxitreader /usr/bin
foxitreader /usr/bin/foxitreader
foxitreader /usr/bin/fr

Offline

#5 2009-04-15 14:18:04

jai134
Member
Registered: 2008-11-26
Posts: 234

Re: Foxitreader won't start

In /usr/bin I have this:
lrwxrwxrwx  1 root root         34 15 apr 08.04 foxitreader -> /usr/share/foxitreader/FoxitReader
lrwxrwxrwx  1 root root         34 15 apr 08.04 fr -> /usr/share/foxitreader/FoxitReader

Offline

#6 2009-04-15 17:46:53

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Foxitreader won't start

I'm guessing that you're on 64 bit. If so, you don't have the proper lib32 libraries to run this program.

Offline

#7 2009-04-15 18:12:24

jai134
Member
Registered: 2008-11-26
Posts: 234

Re: Foxitreader won't start

I dont think so, that I'm on 64-bit. It's a fresh install on an Acer One 110 with arch-boot 2008-12 and
ftp as source. I have had foxitreader running before with the same install so if Arch has not  changed something so the install defaults to 64 it should be 32-bit. If I run "cat /proc/cpuinfo" I get this:
processor    : 0
vendor_id    : GenuineIntel
cpu family    : 6
model        : 28
model name    : Intel(R) Atom(TM) CPU N270   @ 1.60GHz
stepping    : 2
cpu MHz        : 1596.136
cache size    : 512 KB
physical id    : 0
siblings    : 2
core id        : 0
cpu cores    : 1
apicid        : 0
initial apicid    : 0
fdiv_bug    : no
hlt_bug        : no
f00f_bug    : no
coma_bug    : no
fpu        : yes
fpu_exception    : yes
cpuid level    : 10
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm lahf_lm
bogomips    : 3193.28
clflush size    : 64
power management:

processor    : 1
vendor_id    : GenuineIntel
cpu family    : 6
model        : 28
model name    : Intel(R) Atom(TM) CPU N270   @ 1.60GHz
stepping    : 2
cpu MHz        : 1596.136
cache size    : 512 KB
physical id    : 0
siblings    : 2
core id        : 0
cpu cores    : 1
apicid        : 1
initial apicid    : 1
fdiv_bug    : no
hlt_bug        : no
f00f_bug    : no
coma_bug    : no
fpu        : yes
fpu_exception    : yes
cpuid level    : 10
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm lahf_lm
bogomips    : 3193.99
clflush size    : 64
power management:

Is it a 64-bit install? Have never had any.

Offline

#8 2009-04-15 18:31:56

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: Foxitreader won't start

Check if your path is set correctly in /etc/profile and/or ~/.bashrc

Offline

#9 2009-04-15 18:54:09

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Foxitreader won't start

jai134,

I believe that is a 32 bit chip, so my idea wasn't correct. Check out what Ashren said.

By the way, 'uname -m' will let you know what architecture that you have installed. On my machine it will print x86_64.

Offline

#10 2009-04-15 19:22:39

jai134
Member
Registered: 2008-11-26
Posts: 234

Re: Foxitreader won't start

Here is /etc/profile:
# Set our default path
PATH="/bin:/usr/bin:/sbin:/usr/sbin"
And uname -m:
i686
Thankyou. A new useful command.

Offline

#11 2009-04-15 20:07:19

jai134
Member
Registered: 2008-11-26
Posts: 234

Re: Foxitreader won't start

Sort of solved. I had another look in the foxitreader dir and found one more package. A foxitreader i386.tar.bz2. Untared it and went into it. In the new dir Foxit I can start foxitreader with ./FoxitReader. I did cp FoxitReader to /usr/bin and now it is running. Thankyou very much for your help.
Jan

Offline

#12 2009-04-16 08:00:08

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: Foxitreader won't start

Strange.

When downloading from AUR did you download the foxitreader tarball (containing the install scripts) or just the PKGBUILD?

Offline

#13 2009-04-16 14:38:55

jai134
Member
Registered: 2008-11-26
Posts: 234

Re: Foxitreader won't start

I did download the tarball. I had a look at the homepage of foxit http://www.foxitsoftware.com/pdf/desklinux/ and there I found this info about an upgrade with this package. I don't know if I have done it in the right order but it runs OK now

Offline

Board footer

Powered by FluxBB