source package install problem

Saulius Krasuckas saulius2 at ar.fi.lt
Thu Jun 10 17:49:21 CDT 2004


On Jun 10 manish regmi wrote:

> I have downloaded the latest source package. but when i try to install
> it using
> ./configure
> ./tools/wineinstall
> It says bad interpreter.
> 
> Why is this so.

Try to check your intrepreters.  For example:


[s2 at katleriai Tenkeš_Kapitánya]head -1 /usr/src/wine-cvs/wine/configure
#! /bin/sh

[s2 at katleriai Tenkeš_Kapitánya]$ head -/usr/src/wine-cvs/wine/tools/wineinstall 
#!/bin/bash

[s2 at katleriai Tenkeš_Kapitánya]$ which sh
/bin/sh

[s2 at katleriai Tenkeš_Kapitánya]$ which bash
/bin/bash

[s2 at katleriai Tenkeš_Kapitánya]$ ls -Al /bin/bash
-rwxr-xr-x    1 root     root       626124 Apr  9  2003 /bin/bash

[s2 at katleriai Tenkeš_Kapitánya]$ ls -Al /bin/sh
lrwxrwxrwx    1 root     root            4 Jul 23  2003 /bin/sh -> bash


Both are present on my box.  And what about you?





More information about the wine-users mailing list