Skip to main content
criagwrdouglas
Participant
July 30, 2014
Answered

-bash: f4fpackager: command not found

  • July 30, 2014
  • 2 replies
  • 329 views

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

This topic has been closed for replies.
Correct answer CharlesSmith

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=.

2 replies

criagwrdouglas
Participant
July 31, 2014

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

Thanks

CharlesSmithCorrect answer
Participating Frequently
July 31, 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=.