473,473 Members | 2,179 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

problems while beginning with PHP

hello, everybody

i'm pretty new with linux & php, i have some problems:

1- can't make flash work on PHP, i downloaded the files libshw.a and
shw.h, i've copied them in /usr/local/lib & /usr/local/include
the fact is that the command "./configure --with-usf=/usr/local" is
not working, bash says that it's an "unknown command"
why?

2- can't understand why \t and \n from html aren't working with ECHO
in Php.

thanx

Paulie
Jul 17 '05 #1
3 1750
Paulie wrote:
hello, everybody

i'm pretty new with linux & php, i have some problems:

1- can't make flash work on PHP, i downloaded the files libshw.a and
shw.h, i've copied them in /usr/local/lib & /usr/local/include
the fact is that the command "./configure --with-usf=/usr/local" is
not working, bash says that it's an "unknown command"
why?
1. The configure script must be executable
2. --with-usf must be a valid option
2- can't understand why \t and \n from html aren't working with ECHO


1. They need to be enclosed in double quotes, not single
2. They won't change the browser display, only the source code.

--
Justin Koivisto - sp**@koivi.com
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.

Jul 17 '05 #2
> 1. The configure script must be executable

...ehm... caugh, caugh....
...well, how do i make the configure script executable??
is it written somewhere? i'm drawing inside the help guide and can't
find anything...
thanks

Paulie
Jul 17 '05 #3
Paulie wrote:
1. The configure script must be executable


..ehm... caugh, caugh....
..well, how do i make the configure script executable??
is it written somewhere? i'm drawing inside the help guide and can't
find anything...


do `ls -l`
you should see something like:
-rwxr--r-- 1 root root (size) (date) configure

If it is -rw-r--r--, then do a `chmod 744 configure` to fix it. However,
most packages that I have dealt with will make the configure script
executable by default. If the file is not there, then you are either in
the wrong directory, or that particular package doesn't use the
configure script to make the binary. In that case, you will have to use
the Makefile provided by using `make`, or do it manually with gcc. There
is almost certainly a file describing the build process for the package.
Most will have a file called 'INSTALL'

--
Justin Koivisto - sp**@koivi.com
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.

Jul 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Neil | last post by:
I have been coding with ASP for some time now. I am using an ACCESS database. I am in the UK and wish to use DD/MM/YYYY format for dates. I have had no end of problems and possible solutions to...
17
by: Lloyd Sheen | last post by:
This IDE is driving me nuts. I needed another button so I copied an existing one, changed the Text and the id and position by drag and drop. Well then I run and get the following: Control...
6
by: Dreamcatcher | last post by:
Hello, I'm trying to learn some C, reading my book, Beginning Linux Programming I came across the following program. The program is supposed to walk through directory's and print all its...
10
by: connyledin | last post by:
Im trying to create a version of the game Wumpus. Mine is called Belzebub. But im STUCK! And its due tuesday 2 maj. Im panicing! Can some one help me?? here is the file:...
0
by: DAnne | last post by:
Hi, I'm very new to xslt and this is my first time posting to a Forum so please forgive me if I transgress any protocols. I have to do a tally report. This report is divided up into sections....
1
by: tshad | last post by:
Some of my regular expressions don't seem to work correctly in IE7. I am on asp.net 1.1. I have a site that has been up for a while and I started having problems on machines with IE7. IE5 and...
13
by: jubelbrus | last post by:
Hi I'm trying to do the following. #include <vector> #include <boost/thread/mutex.hpp> #include <boost/shared_ptr.hpp> #include <boost/tuple/tuple.hpp> class {
2
by: deshg | last post by:
Hey everyone, I am a php programmer originally and am just helping a friend of mine update their website that they paid a designer (well that's what he called himself!) to do ages ago. I have...
34
by: Alexnb | last post by:
Gerhard Häring wrote: No, it didn't work, but it gave me some interesting feedback when I ran it in the shell. Heres what it told me: Traceback (most recent call last): File...
6
by: Steven | last post by:
Hello everyone, I have a rather large Asp web that I'm considering moving to Asp.Net. I ran it thru the Asp.Net Migration Tool and, of course, it does not compile. In just trying to set up the...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.