FFMPEG :: Unknown Option ".enable-libmp3lame"

Jul 7, 2009

installing this.

when i came to

Code:

Install ffMPEG:

cd /usr/src/ffmpeg/

mkdir tmp

chmod 777 tmp

export TMPDIR=./tmp

./configure –enable-libmp3lame –enable-libvorbis –disable-mmx –enable-shared - i came here

It said

Code:

root@moon [/usr/src/ffmpeg]# ./configure .enable-libmp3lame .enable-libvorbis .disable-

mmx .enable-shared

Unknown option ".enable-libmp3lame".

See ./configure --help for available options.

View 4 Replies


ADVERTISEMENT

/etc/named.conf:87: Unknown Option 'e'

Aug 11, 2008

I have the following problem:
When i try to restart the nameserver service i get the following error:

# service named restart
Stopping named: [ OK ]
Starting named:
Error in named configuration:
/etc/named.conf:87: unknown option 'e'
/etc/named.conf:120: unexpected end of input
[FAILED]
my named.conf as follows:

include "/etc/rndc.key";

controls {
inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; };
};

options {
/* make named use port 53 for the source of all queries, to allow
* firewalls to block all ports except 53:
*/
query-source port 53;

// Put files that named is allowed to write in the data/ directory:
directory "/var/named"; // the default
dump-file "data/cache_dump.db";
statistics-file "data/named_stats.txt";
/* memstatistics-file "data/named_mem_stats.txt"; */
};

logging {
/* If you want to enable debugging, eg. using the 'rndc trace' command,
* named will try to write the 'named.run' file in the $directory (/var/named).
* By default, SELinux policy does not allow named to modify the /var/named directory,
* so put the default debug log file in data/ :
*/
channel default_debug {
file "data/named.run";
severity dynamic;
};
};

// All BIND 9 zones are in a "view", which allow different zones to be served
// to different types of client addresses, and for options to be set for groups
// of zones.
//
// By default, if named.conf contains no "view" clauses, all zones are in the
// "default" view, which matches all clients.
//
// If named.conf contains any "view" clause, then all zones MUST be in a view;
// so it is recommended to start off using views to avoid having to restructure
// your configuration files in the future.

view "localhost_resolver" {
/* This view sets up named to be a localhost resolver ( caching only nameserver ).
* If all you want is a caching-only nameserver, then you need only define this view:
*/
match-clients { 127.0.0.0/24; };
match-destinations { localhost; };
recursion yes;

zone "." IN {
type hint;
file "/var/named/named.ca";
};

// include "/var/named/named.rfc1912.zones";
// you should not serve your rfc1912 names to non-localhost clients.

// These are your "authoritativ
zone "smpl.splinteredmedia.net" {
type master;
file "/var/named/smpl.splinteredmedia.net.db";
};

e" internal zones, and would probably
// also be included in the "localhost_resolver" view above :
};

view "external" {
/* This view will contain zones you want to serve only to "external" clients
* that have addresses that are not on your directly attached LAN interface subnets:
*/

recursion no;
// you'd probably want to deny recursion to external clients, so you don't
// end up providing free DNS service to all takers

// all views must contain the root hints zone:
zone "." IN {
type hint;
file "/var/named/named.ca";
};

// These are your "authoritative" external zones, and would probably
// contain entries for just your web and mail servers:

// BEGIN external zone entries

};

z
zone "smpl.splinteredmedia.net" {
type master;
file "/var/named/smpl.splinteredmedia.net.db";
};

I have cPanel installed on a CentOS 5.1 VPS

View 11 Replies View Related

Exim Abandoned: Unknown, Malformed, Or Incomplete Option -s

Jul 6, 2008

Got this error message when ssh into one of my servers:

After last login infos...

exim abandoned: unknown, malformed, or incomplete option -s
exim abandoned: unknown, malformed, or incomplete option -s
-bash: echo: write error: Broken pipe

I did check logs, nothing regarding exim's error!...

View 3 Replies View Related

Plesk 12.x / Linux :: Configuring Slave DNS Manager - Unknown Option

Aug 1, 2014

I have setup bind in centos 6.5 and then edited /etc/named.conf and added the lines

The extension produced but I am getting the following error when restarting the bind service

Error in named configuration:
/etc/named.conf:2: unknown option '...'
/etc/named.conf:14: unknown option '*'
/etc/named.conf:21: 'options' redefined near 'options'

The following code suggested by plesk slave dns manager extension

Code:

options {
...
allow-new-zones yes;
};
key "rndc-key-mainserver ip" {

[Code] .....

After I removed ... from the options now I get the following error :

/etc/named.conf:51: unknown key 'rndc-key'

View 1 Replies View Related

Plesk 11.x / Linux :: Enable The Local-infile Option

Apr 23, 2014

I'm using on virtual machine the last version of PLESK 11.5.3 update #42 and UBUNTU 12.04.4 LTS provide by a main Italian ISP, the MySQL version is 5.5.35-0ubuntu0.12.04.2.I'm trying to enable the local-infile option in the /etc/mysql/my.cnf file:

[client]
local-infile = 1

[mysqld]
local-infile = 1

When I'm restarting mysql service (with command "service mysql restart") the PHP script works correctly and "SHOW GLOBAL VARIABLES" results "ON", but when server reboot or some hours by the restart the PHP script return to not work correctly and appear the standard messagge: "The used command is not allowed with this MySQL version".Maybe the problem is the start of mysql on boot? I haven't any errors in the mysql or system log!!

View 2 Replies View Related

Enable Mp3 Encoding In Ffmpeg

Nov 16, 2007

I have installed lame and configured ffmpeg using --enable-libmp3lame

but while converting it gives error unknown encoder mp3

View 5 Replies View Related

Ffmpeg :: Cannot Open Shared Object File: No Such File Or Directory In Unknown On Line 0

Mar 6, 2008

Rapidly growing error logs showing the same message

$ug-non-zts-20020429/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20020429//usr/local/lib/php/extensions/no-debug-non-zts-20020429/ffmpeg.so: cannot open shared object file: No such file or directory in Unknown on line 0

root@server [~]# ls /usr/local/lib/php/extensions/no-debug-non-zts-20020429
./ ../ eaccelerator.so*
root@server [~]# ls /usr/local/lib/php/extensions/no-debug-non-zts-20020429
./ ../ eaccelerator.so*

Using cpanel 11 / centos 4

View 1 Replies View Related

Warning: Unknown: Failed To Open Stream: Permission Denied In Unknown On Line

May 8, 2009

I have set up my Virtual Private Server and uploaded all my site's files to /var/www folder. Before that, there was an old simple 'index.html' file

Code:
<html>
<head>
<title>INDEX</title>
</head>
<body>
<h1>IT WORKS!!!!</h1>
</body>
</html>
and when I typed the address www.mydomain.com it displayed correctly. Then I deleted this html and uploaded my files through FTP and now the browser says :

Code:
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0

Fatal error: Unknown: Failed opening required '/var/www/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0

View 13 Replies View Related

How To Install Ffmpeg, Ffmpeg-PHP, Mplayer, Mencoder, Flv2tool, LAME MP3 Encoder

Oct 21, 2009

When i try to install all those things i am getting error...i am following the things given in below link but i am not to excute this svn command

[url]

View 6 Replies View Related

Hosting With FFMPEG, FFMPEG-PHP, Xvid, Mp3lame, FLV2Tool Support

Jun 9, 2009

The hosting with FFMPEG, FFMPEG-PHP, Xvid, Mp3lame, FLV2Tool Support is necessary.

It was pleasant downtownhost.com,
But cost 4.95 only at payment of 36 months! It is a lot of ((

There are similar variants?

View 13 Replies View Related

Mysqldump -a Option?

Aug 4, 2008

Can anyone tell me what the "-a" option is for in mysqldump? I've seen it in use but can't seem to find it in the documentation.

View 4 Replies View Related

40 GB Of Unknown Folder

May 21, 2009

I host a website on a windows server

and once in a while, i check all the root folders to find a folder that holds 40GB of folder in a folder in a folder... (i never get to the actual files)

Is there a way to prevent this?

View 3 Replies View Related

What Are Those 'unknown' Browsers

Aug 4, 2008

I was reviewing my cPanel awStats today.

The brower stats looked something like this: Firefox 42.9 %
MS Internet Explorer 21 %
Mozilla 17.3 %
Unknown 5.8 %
K-Meleon 5.4 %
Safari 3.7 %
Opera 3.1 %
Netscape 0.1 %
BonEcho (Firefox 2.0 development) 0.1 %

Anyone care to venture a guess as to what the 'unknown' browsers might be?

View 2 Replies View Related

Unknown Filesize

May 15, 2008

The thing is that my sysadmin told me that he get filesize and eta when downloading a file from my server while all of my user and myself get unknown flesize and no eta. got Web Server apache2handler centos 5.1 64bit

View 1 Replies View Related

CSF: Iptables Unknown Arg

Oct 5, 2007

I have something weird going on with CSF on a new server. When starting the firewall I get this:

Quote:

lushing chain `INPUT'
Flushing chain `FORWARD'
Flushing chain `OUTPUT'
Restarting bandmin acctboth chains for cPanel
ACCEPT all opt -- in lo out * 0.0.0.0/0 -> 0.0.0.0/0
ACCEPT all opt -- in * out lo 0.0.0.0/0 -> 0.0.0.0/0
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
LOG tcp opt -- in * out * 0.0.0.0/0 -> 0.0.0.0/0 limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *TCP_IN Blocked* '
LOG tcp opt -- in * out * 0.0.0.0/0 -> 0.0.0.0/0 limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *TCP_OUT Blocked* '
LOG udp opt -- in * out * 0.0.0.0/0 -> 0.0.0.0/0 limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *UDP_IN Blocked* '
LOG udp opt -- in * out * 0.0.0.0/0 -> 0.0.0.0/0 limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *UDP_OUT Blocked* '
LOG icmp opt -- in * out * 0.0.0.0/0 -> 0.0.0.0/0 limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *ICMP_IN Blocked* '
LOG icmp opt -- in * out * 0.0.0.0/0 -> 0.0.0.0/0 limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *ICMP_OUT Blocked* '
LOG all opt -- in * out * 0.0.0.0/0 -> 0.0.0.0/0 limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *BLOCK_LIST* '
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
INVDROP all opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0 state INVALID
INVDROP tcp opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x3F/0x00
INVDROP tcp opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x3F/0x3F
INVDROP tcp opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x03/0x03
INVDROP tcp opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x06/0x06
INVDROP tcp opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x05/0x05
INVDROP tcp opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x11/0x01
INVDROP tcp opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x18/0x08
INVDROP tcp opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x30/0x20
INVDROP all opt -- in * out eth+ 0.0.0.0/0 -> 0.0.0.0/0 state INVALID
INVDROP tcp opt -- in * out eth+ 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x3F/0x00
INVDROP tcp opt -- in * out eth+ 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x3F/0x3F
INVDROP tcp opt -- in * out eth+ 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x03/0x03
INVDROP tcp opt -- in * out eth+ 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x06/0x06
INVDROP tcp opt -- in * out eth+ 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x05/0x05
INVDROP tcp opt -- in * out eth+ 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x11/0x01
INVDROP tcp opt -- in * out eth+ 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x18/0x08
INVDROP tcp opt -- in * out eth+ 0.0.0.0/0 -> 0.0.0.0/0 tcp flags:0x30/0x20
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
LOGDROPIN all opt -- in eth+ out * 64.58.165.126 -> 0.0.0.0/0
LOGDROPOUT all opt -- in * out eth+ 0.0.0.0/0 -> 64.58.165.126
LOGDROPIN all opt -- in eth+ out * 216.105.216.5 -> 0.0.0.0/0
LOGDROPOUT all opt -- in * out eth+ 0.0.0.0/0 -> 216.105.216.5
LOGDROPIN all opt -- in eth+ out * 64.251.10.133 -> 0.0.0.0/0
LOGDROPOUT all opt -- in * out eth+ 0.0.0.0/0 -> 64.251.10.133
LOGDROPIN all opt -- in eth+ out * 89.149.240.26 -> 0.0.0.0/0
LOGDROPOUT all opt -- in * out eth+ 0.0.0.0/0 -> 89.149.240.26
LOGDROPIN all opt -- in eth+ out * 195.87.225.72 -> 0.0.0.0/0
LOGDROPOUT all opt -- in * out eth+ 0.0.0.0/0 -> 195.87.225.72
BLOCKDROP ...
...
SPAMHAUS all opt -- in eth+ out * 0.0.0.0/0 -> 0.0.0.0/0
iptables v1.3.5: Unknown arg `-j'
Try `iptables -h' or 'iptables --help' for more information.
Flushing chain `INPUT'
Flushing chain `FORWARD'
Flushing chain `OUTPUT'
Flushing chain `BLOCKDROP'
Flushing chain `DSHIELD'
Flushing chain `INVDROP'
Flushing chain `LOGDROPIN'
Flushing chain `LOGDROPOUT'
Flushing chain `SPAMHAUS'
Flushing chain `acctboth'
Deleting chain `BLOCKDROP'
Deleting chain `DSHIELD'
Deleting chain `INVDROP'
Deleting chain `LOGDROPIN'
Deleting chain `LOGDROPOUT'
Deleting chain `SPAMHAUS'
Deleting chain `acctboth'
Error: iptables command [/sbin/iptables -v -I OUTPUT -p tcp --dport 25 -j ] failed, at line 544

Unknown arg `-j' ? I've been Google'ing, searched WHT and the CSF forums but can't find a solution...

View 3 Replies View Related

Plesk - Fantastico-like Option?

Dec 30, 2008

I'm using Plesk on one of my webhosts (GoDaddy) and would like to know if anyone knows of a good Cpanel Fantastico-like option that allows you to update a string of sites with the latest updates. I'm more familiar with Cpanel.

Do you know of any?

View 8 Replies View Related

Migrating From 1&1 Shared - Best Option

Aug 18, 2008

I'm fed up with the overloaded 1&1 shared hosting, looking into VPS now as I'm finally getting serious about one of my sites.

I tried offloading scripts and images to amazon s3, which helps a bit, but any sort of php application processing is painful.

Admittedly, I haven't implemented caching at all yet and my query count is definitely bad but even so load times seems excessive as the site isn't getting any real use yet, just me testing (and I will make heavy use of caching for all entry points in the near near future).

My must-have:

-PHP5

-2 seperate MySQL databases

-htaccess/mod_rewrite

-fast initial response time on loads

-unlimited subdomains would be nice

Don't really care about the control panel as long as it does what I need. I'm fine with command line and managing myself... looking for a cheap option that will allow me to grow to a medium sized site before I consider a full dedicated option.

Also, don't need an outrageous amount of bandwidth as I'm using S3 for css,js,images, and video right now.

I will be running two domains on this site... one is the actual site and one is a single sign on gateway that won't put too much load on the cpu but needs to serve up pages in timely fashion.

View 5 Replies View Related

Perhaps Skip The Cpanel Option

Jun 5, 2008

if I should continue paying an extra $25 per month for Cpanel. Is it that hard to do without it? All I really do with Cpanel is configure Spamassassin, setup emails, and backups.

View 5 Replies View Related

Ntfs Or Fat32 Option

May 28, 2007

I am planning to install windows2003 server. Do I need to choose fat32 option or NTFS as file system?

View 9 Replies View Related

The VPS Option With Gate Is Good

Jul 3, 2007

do you think that Service and price in gate is good?

Monthly Rate $49.95/mo.
Annual Pre-pay Price $499.50/yr.
Setup Fee $19.95
Windows 2003
Disk Space 25GB
Data Transfer 1000GB
Guaranteed RAM 512MB
Websites/Domain Names 10
Mailboxes Unlimited

gate.com/vps/vpsw100.htm

View 4 Replies View Related

Unknown Iptables Module

May 28, 2009

I've bought a basic unmanaged VPS, purely to learn things from it. The best way to learn imo is to hammer the hell out of things, break it, then try to fix it. Anyway, I think I'm part way there, pretty sure I've broken something

When I start the consoleSSH I get this at the top:

Warning: Unknown iptable module: xt_NFQUEUE, skipped
Warning: Unknown iptable module: xt_mark"IPTABLES="ipt_REJECT, skipped
Warning: Unknown iptable module: xt_NFQUEUE, skipped
Warning: Unknown iptable module: xt_mark"IPTABLES="ipt_REJECT, skipped
Warning: Unknown iptable module: xt_NFQUEUE, skipped
Warning: Unknown iptable module: xt_mark, skipped

Any ideas what's causing it and how I can fix it? ..............

View 5 Replies View Related

Mails With Unknown Signature

Jun 19, 2009

When I am sending mails through my Outlook, the mails are being delivered with an unknown signature as below:

ADVERTISING
--------------------------------------------
<a href=[url]

Buy Viagra, Cialis, Levitra, Propecia, Champix, Tamiflu, Xenical, Reductil, Intrinsa, <br>
from The Best Online Pharmacy! FDA Approved. Low pricing, discounts, <br>
flawless customer support. New discounts and special offers ! <br>
</a>
[url]
--------------------------------------------

Eventhough, I did not setup any signatures. Plesk server with spamguardian running.

View 3 Replies View Related

Unknown Space Consumption

Jul 28, 2009

my friend has an un-managed VPS plan in kloxo-hypervm mode

yesterday the stats showed in hypervm as the space was over used, so I personally deleted the processed stats which cleared around 20gb space, again today the space is totally consumed, I don't know why its happening and have no clue where are the other locations where the space could have been consumed i.e similar to location of logs or any other specs which could have been consuming space

unknown space consumption - very high no idea how!

its actually an image hosting site and I noted that not many pics and not much space was consumed in the pics uploaded in the last 24hrs but this really puzzles and troubles me as I am currently tracking my friend's VPS, please help me sort this out problem and keep my head high before my friend

View 6 Replies View Related

530 Error Unknown Ip Address

Apr 14, 2008

I have just taken hosting from godaddy. i have taken dedicated website hosting. But my ftp are working in my office filezilla and not at home. Its giving 530 error, unknown ip address.

I am using file zilla in office and at home.

View 3 Replies View Related

Unknown File Size

Oct 20, 2007

i think it's an apache problem, but whenever i download something from my server via http, i get unknown file size when downloading. it's not a big problem, but it's kind of annoying.

does anyone know why it's doing this?

View 8 Replies View Related

APF Firewall On RHEL5 -- Unknown Arg `--set-tos'

Dec 9, 2007

When I install APF 0.9.6 firewall on redhat enterprise linux 5 I get the following error

Starting APF:iptables v1.3.5: Unknown arg `--set-tos'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `--set-tos'
Try `iptables -h' or 'iptables --help' for more information.
[ OK ]

I'm using the same settings I've been using for years with no errors on RHEL3, but RHEL5 is new to me.

Anyone else run into this issue with APF firewall and RHEL5?

View 5 Replies View Related

50+ Domains, What Is The Best Option? Seo, Mirroring, Forwarding, Etc?

Jul 22, 2008

I have a client that has one main ecommerce site and search engine ranking is very important.

They also have about 60 other domain names that are relevant to their main domain. example: pizzapie.com & cheesepizza.com.

The question I have is what would be the best way to utilize these domains without getting search engines mad (lose rank). Mirror? Forward? Or should I populate them with the same files? Or same files but change the text around as much as possible?

The last question is basically the same but they also have international domains with the same situation; pizzapie.jp, pizzapie.nz, etc. Would this be any different or does anyone have suggestions how to treat international domain names for ranking in US & the corresponding country?

View 7 Replies View Related

Rkhunter :: Invalid Option Specified: -cronjob

Sep 18, 2009

Server Detail : Ceontos / Cpanel

i have installed RKhunter several days ago , after installation i`m receving below email everynight

subjectDaily Rkhunter Scan Report
Invalid option specified: -cronjob

View 6 Replies View Related

Corei7 Kernel Config Option

Jun 16, 2009

I just got one of the new corei7 boxes, it looks pretty sweet. I am compilig a custom kernel now, doing linux-2.6.29.4 (latest grsecurity test patch kernel) and I do not see an option for the corei7, just Core2/Newer Xeon. I had been googling and seem some posts about kernels now supporting i7 but no info on the config. I do know the installed distro - centos5 64 bit, it ran fine on the first old kernel and latest kernel got in yum update.

Does anyone know of any patches or anything out there that will help harness the full capabilities of the i7? Or has anyone else compiled custom kernels for your i7 without issue and what processor type did you choose?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved