• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

-bash: f4fpackager: command not found

New Here ,
Jul 30, 2014 Jul 30, 2014

Copy link to clipboard

Copied

Hi,

I am trying to use the f4fpackager on one of the centos amis (5.03)  through amazon aws.

when I try to run the command I get the following:

-bash: f4fpackager: command not found

I have tried

export LD_LIBRARY_PATH=/opt/adobe/ams/tools/f4fpackager

but haven't had any success - has anyone got any ideas?

Thanks,

Craig

Views

257

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Jul 30, 2014 Jul 30, 2014

Can you try navigating to the f4fpackager installation directory with the following command?

cd /opt/adobe/ams/tools

And then try to launch f4fpackager as follows:

./f4fpackager

If need be, you can load libraries as follows:

export LD_LIBRARY_PATH=.

Votes

Translate

Translate
Explorer ,
Jul 30, 2014 Jul 30, 2014

Copy link to clipboard

Copied

Can you try navigating to the f4fpackager installation directory with the following command?

cd /opt/adobe/ams/tools

And then try to launch f4fpackager as follows:

./f4fpackager

If need be, you can load libraries as follows:

export LD_LIBRARY_PATH=.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 31, 2014 Jul 31, 2014

Copy link to clipboard

Copied

LATEST

Hi, I was missing the ./ from the call (and needed to go a level further in with the cd statement)

Thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines