Ports Undefined

Feb 21, 2007

I've installed Darwin Streaming Server on a brand new server (vps). But, what do you know, the RTSP and MP3 streaming TCP ports are not defined in the etc/services file of the server.

Is this normal? Should I have an issue with the service provider?

View 0 Replies


ADVERTISEMENT

Myip:0 -- Mixing * Ports And Non-* Ports With A NameVirtualHost Address

Mar 2, 2008

i have one problem in cpanel take one error for restart httpd

xx.xxx.xxx.xx:0 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results

View 2 Replies View Related

Undefined Symbol: XmlTextReaderSchemaValidate

Jan 21, 2008

I triad to make restart for my Apache I have this result:

PHP Code:

[root@server ~]# httpd restarthttpd: Syntax error on line 39 of /usr/local/apache/conf/httpd.conf: 

Syntax error on line 9 of /usr/local/apache/conf/php.conf: Cannot load /usr/local/apache/modules/libphp5.so into server: 

/usr/local/apache/modules/libphp5.so: undefined symbol: xmlTextReaderSchemaValidate 

View 1 Replies View Related

Undefined Symbols When Installing Ffmpeg-php

Apr 6, 2009

Has anyone else here installed ffmpeg? I'm almost done getting it setup when I ran into an error which I don't understand. My theory is that I have a version conflict, but I'm not sure how to fix this or what software is conflicting.

Here's the error:

Code:
Warning: Module 'ffmpeg' already loaded in Unknown on line 0
/usr/local/bin/php: symbol lookup error: modules/ffmpeg.so: undefined symbol: avcodec_build

I get this on "make test" for ffmpeg-php-0.5.1. All test's fail.

View 11 Replies View Related

Mysqlhotcopy Error :: Undefined Symbol Mysql_server_init

Feb 4, 2008

I'm trying to use mysqlhotcopy on freebsd 6.1 with mysql 5.0.45, but I'm getting this error when executing it:

/libexec/ld-elf.so.1: /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/DBD/mysql/mysql.so: Undefined symbol "mysql_server_init"

at first, I was having problems compiling DBD-mysql, because mysql.h and mysqld_error.h wasn't on the include dir, so I had to add -I/usr/local/mysql-5.0.45-freebsd6.0-i386/include to cflags (I also tried -I/usr/local/include/mysql , but same happened)

since the error persisted, I changed all references to mysql_server_init (deprecated) to mysql_library_init (same for mysql_server_end -> mysql_library_end)

and the error still persists!

also:
# ldd /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/DBD/mysql/mysql.so
libz.so => /usr/lib/libz.so (0x28178000)
libcrypt.so.3 => /lib/libcrypt.so.3 (0x28189000)
libm.so.4 => /lib/libm.so.4 (0x281a1000)

View 0 Replies View Related

Undefined ORACLE_HOME In Ubuntu Possibly Due To Locales

Apr 27, 2007

I installed Oracle via aptitude on Ubuntu.

Everytime I try to access a PHP script with Oracle on it, I get this message:

Quote:

Warning: oci_connect() [function.oci-connect]: OCIEnvNlsCreate() failed. There is something wrong with your system - please check that ORACLE_HOME is set and points to the right directory in /path/to/file.php on line 215

This was on PHP 5.

In my attempts to resolve this problem, here is what I did.

I tried the following with oracle-xe running and while it had been stopped:

Code:
$ . /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.sh

and I saw this message:

Quote:

/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/nls_lang.sh: 114: [[: not found
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/nls_lang.sh: 114: [[: not found

and here is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/nls_lang.sh:

Code:
103 # Detertmine the LANGUAGE_TERRITORY part of NLS_LANG
104 # we derive it from the current locale by inspecting the LC_ALL and
105 # the LANG environment variable. Other LC_* environment variables
106 # are not inspected.
107 #
108 if [[ -n "$LC_ALL" ]]; then
109 locale=$LC_ALL
110 elif [[ -n "$LANG" ]]; then
111 locale=$LANG
112 else
113 locale=
114 fi

I then opened /etc/bash.bashrc and
tried adding this to the bottom:

Code:
LC_ALL='en_GB'
export LC_ALL
and sourced it but that did not work so I replaced it with this:

Code:
LC_ALL='C'
export LC_ALL
and sourced it but still no luck.

Does anyone know how I could sort this out?

View 1 Replies View Related

Fatal Error: Call To Undefined Function: Imagettfbbox()

Aug 16, 2008

Fatal error: Call to undefined function: imagettfbbox()

I am getting the above given error message.

View 1 Replies View Related

IIS7 And PHP5 : Call To Undefined Function Mysql_connect()

Feb 22, 2007

I've been struggling with IIS continuously.

I simply cannot get things to work on it like it's supposed to.

Right now...PHP is running fine...but MySQL won't work.

I've been searching Google for the past 12hours trying to fix this, but it won't budge.

In my "php.ini" file, I enabled the "php_mysql.dll" extension.

I've also tried several other things, but nothing works.

View 3 Replies View Related

Plesk 12.x / Linux :: Default Locale Does Not Exist Or Undefined

Dec 18, 2014

I've a problem with a plesk load, it d'ont load and show this message with a blank page:

ERROR: Session_Exception: Unable to set up default locale: default locale does not exist or undefined. (Panel.php:65)

how i can fix it?

View 10 Replies View Related

Fantastico: Fatal Error: Call To Undefined Function Get_output() In...

Mar 30, 2009

I'm getting the following error when I'm trying to access Fantastico from cPanel:

Fatal error: Call to undefined function get_output() in /tmp/cpanel_phpengine.1238461774.28418Q1lWZzC0r_ on line 971

I have safe_mode set to On and shell_exec function disabled. When allowing shell_exec and safe_mode Fantastico is working in this server.

But I have many server where safe_mode set to On and shell_exec function is disabled and Fantastico is running just fine.

View 1 Replies View Related

Plesk 11.x / Linux :: PHP Fatal Error - Call To Undefined Function

Jun 18, 2014

As per title, since few I have this when some php funcion is calling zlib_encode :

PHP Fatal error: Call to undefined function zlib_encode()

I saw that is was a know bug when there are some rewrite rules on .htacccess which is my case [URL] ....

I checked for json as well, and seem to be activated :

json
json support => enabled
json version => 1.2.1

View 1 Replies View Related

Plesk 11.x / Linux :: Enable DNS For Domain - Call To Undefined Method Error

Nov 10, 2014

I have an error that has arisen me for no apparent reason. This error does not allow me to enable or disable DNS domains. I searched for solutions but have not found anything.

The error message is: ERROR: Call to undefined method plesk__client__domain__dns__toggle::_postRequestRequired() (DNSToggleUIPointer.php:26)

And as I said DNS appears when activated or deactivated by the domain from Plesk panel

Version: 11.5.30 #48

View 7 Replies View Related

How To Unblock Ports

Nov 2, 2009

I'm trying to install HyperVM (I know, it isn't great, but need something quick) but need to unblock ports 8888 and 8887. I have no idea on how to do this via SSH. I've looked on Google, but nothing.

If you have a suggestion for another VPS panel which you think is much better than HyperVM and is free, please let me know. I might aswell install that then.

View 5 Replies View Related

Firewall TCP Ports

Dec 16, 2008

I have a cPanel Centos VPS.

if they know of any service that I would have running on a basic webserver that would need the following inbound

View 4 Replies View Related

Checking Ports

Apr 23, 2008

I have opened up ports 5151 and 123 via iptables. From outside the box, is there a way I can verify that these ports are open?

View 6 Replies View Related

Cheking Ports

Jan 1, 2007

I have a dedicated server.

How can I check which ports are open on my server and which of them are not?

and does the port 6603 has any security notice?

View 6 Replies View Related

3 Or More SMTP Ports Possible

Jan 31, 2007

I am currently using 25 and 26 in a cPanel/WHM/Centos box.

Is there any way to set up more SMTP ports?

Like 25, 26 and submission port 587 all togehter?

View 9 Replies View Related

Ports Check

Mar 7, 2007

Which command can I verify if a port is opened?

View 3 Replies View Related

How Can I Tell If My ISP Is Blocking Ports

Nov 7, 2007

I have my server set up with the smtp daemon running on port 125, and assp listening on ports 25 and 26, and forwarding to port 125 if the mail passes. This setup has been working for months and months. Already today I've received several emails.

I just attempted to send an email, however, and thunderbird could not connect to port 26. (I use an alternate port because my ISP blocks port 25 except to their mail servers)

So I thought that assp had stopped running. Attempted to go to myip:55555, but the page would not load. Now I really thought assp was broken. SSH'd into server and was able to telnet to localhost, port 26 without an issue. Was also able to lynx [url] without an issue.

Since I'm able to log in to all of these weird ports via SSH but not from my local computer, I'm apt to think that they are blocking the ports (for some reason).

Is there any way I can test this theory? Nothing has changed on my side firewall-wise, and the poor girl at the ISP company didn't even know what a port was. I would like to be 100% sure before I give them another call demanding to speak to someone higher up...

View 5 Replies View Related

How To Test Ports

Aug 13, 2007

I'm behind the firewall on a public computer and all online port scan tests I've tried show that ALL ports on a computer I'm using are closed. Is this possible? I've been previously succesfully uploaded some files through cpanelproxy.net to get access to my site, for which opened port 80 was needed.

View 6 Replies View Related

CNAME To Specific Ports

Jul 4, 2007

I'd like to know how I can use DNS to do something like make a CNAME record that points the same address to different addresses based on the port used.

mail.example.org on port 80 points to ghs.google.com
mail.example.org on port 995 points to pop.gmail.com
mail.example.org on port 587 poitns to smtp.gmail.com

View 3 Replies View Related

How To Open Ports In Server

Oct 31, 2009

I have dedicated server..i installed cpanel on it but when am accessing it

[url]

i am not able to open it..so i think port is not open so can any one tell me how to open ports...the os installed is centos..

View 12 Replies View Related

SMTP Server Ports

May 29, 2009

Do SMTP servers by default use port 25 for receiving mail from another SMTP server? Are there any other receiving ports an SMTP server would be listening on by default?

My question is, a server I will be setting up is going to be behind a firewall that blocks outgoing connections *to* port 25. Is there going to be any way around this that is workable besides opening the port?

View 7 Replies View Related

How To Check Ports In Server

May 16, 2008

i have problem with ports in server

how may i check ports?

for example 37549,53377,17235 and ...

i want know this ports are AVAILABLE or no

View 7 Replies View Related

How To Redirect Traffic With Various Ports On IIS

Jan 4, 2008

I am attempting to route traffic through some various open ports on my Win2k Server. I have ports 8001-8005 open for a few projects, and I would like to have the traffic from [url]site 1, localhost:8002 goto site 2, etc.

How can I set this up using IIS and the IIS Manager?

View 4 Replies View Related

FTP Passive Mode Ports

Jan 19, 2008

what are the inbound and outbound ports when FTP Passive mode is used for PureFTPd.

View 3 Replies View Related

Isolating Bandwidth By Ports

Nov 17, 2008

Is there a way for me to isolate bandwidth usage by ports (such as port 80 for apache and port 110/25 for e-mails?

I'm curretly using MRTG and MUNIN. I wonder if there is any plugin/other scripts out there which can record down incoming

View 2 Replies View Related







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